GIT: unionfs2-2.6.27.y: cleanup: removed a trailing whitespace

Erez Zadok ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:16:14 EDT 2010


commit b8ec314dcd8154ebf35d2acf36125e507f064d04
Author: Yiannis Pericleous <yiannos at louie.fsl.cs.sunysb.edu>
Date:   Sat Apr 28 22:06:46 2007 -0400

    cleanup: removed a trailing whitespace

diff --git a/fs/unionfs/super.c b/fs/unionfs/super.c
index 901840e..86a0b01 100644
--- a/fs/unionfs/super.c
+++ b/fs/unionfs/super.c
@@ -725,7 +725,8 @@ out_no_change:
 	i = atomic_inc_return(&UNIONFS_SB(sb)->generation);
 	atomic_set(&UNIONFS_D(sb->s_root)->generation, i);
 	atomic_set(&UNIONFS_I(sb->s_root->d_inode)->generation, i);
-	printk("unionfs: new generation number %d\n", i);
+	if (!(*flags & MS_SILENT))
+		printk("unionfs: new generation number %d\n", i);
 	err = 0;		/* reset to success */
 
 	/*


More information about the unionfs-cvs mailing list