From: Yiannis Pericleous Date: Sun, 29 Apr 2007 02:06:46 +0000 (-0400) Subject: cleanup: removed a trailing whitespace X-Git-Tag: unionfs-2.1.1~135 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=2ea958d4eda4b91a176dace59f88d10ac9e637e4;p=unionfs-2.6.26.y.git cleanup: removed a trailing whitespace --- diff --git a/fs/unionfs/super.c b/fs/unionfs/super.c index 901840e0702..86a0b011df8 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 */ /*