projects
/
unionfs-3.17.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ab7371
)
cleanup: removed a trailing whitespace
author
Yiannis Pericleous
<yiannos@louie.fsl.cs.sunysb.edu>
Sun, 29 Apr 2007 02:06:46 +0000
(22:06 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 02:39:20 +0000
(21:39 -0500)
fs/unionfs/super.c
patch
|
blob
|
history
diff --git
a/fs/unionfs/super.c
b/fs/unionfs/super.c
index 901840e07020d87a4e885b6efaf29fa189fdb7ab..86a0b011df8cf2041579cdf8b46cee4b49dc32f8 100644
(file)
--- 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 */
/*