projects
/
unionfs-2.6.34.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
756915a
)
cleanup: consistent printk messages
author
Erez_Zadok
<ezk@cs.sunysb.edu>
Sat, 19 May 2007 20:40:16 +0000
(16:40 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Sun, 23 Feb 2014 19:02:35 +0000
(14:02 -0500)
fs/unionfs/commonfops.c
patch
|
blob
|
history
diff --git
a/fs/unionfs/commonfops.c
b/fs/unionfs/commonfops.c
index 2b2aff8ea6cc5726985b186f0fc8b625d35bdb7e..fd2e546ccfe4b8b6bf7acb6c49eade9b39e03ea7 100644
(file)
--- a/
fs/unionfs/commonfops.c
+++ b/
fs/unionfs/commonfops.c
@@
-399,8
+399,8
@@
int unionfs_file_revalidate(struct file *file, int willwrite)
if (willwrite && IS_WRITE_FLAG(file->f_flags) &&
!IS_WRITE_FLAG(unionfs_lower_file(file)->f_flags) &&
is_robranch(dentry)) {
- printk(KERN_DEBUG "unionfs:
D
oing delayed copyup of a "
- "read-write file on a read-only branch
.
\n");
+ printk(KERN_DEBUG "unionfs:
d
oing delayed copyup of a "
+ "read-write file on a read-only branch\n");
err = do_delayed_copyup(file);
}