commit 641a8c72c140294a0f2d1c54895137480b7f5a29
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date: Sat May 19 18:27:47 2007 -0400
cleanup: consistent printk messages
diff --git a/fs/unionfs/commonfops.c b/fs/unionfs/commonfops.c
index
5d552d3e983e21b3a4b637f7205bbe3a4df14226..dd37c9fd6bedaac79ef801877916d627145c06b3
100644
--- a/fs/unionfs/commonfops.c
+++ b/fs/unionfs/commonfops.c
@@ -464,8 +464,8 @@ int unionfs_file_revalidate(struct file
if (willwrite && IS_WRITE_FLAG(file->f_flags) &&
!IS_WRITE_FLAG(unionfs_lower_file(file)->f_flags) &&
is_robranch(dentry)) {
- printk(KERN_DEBUG "unionfs: Doing delayed copyup of a "
- "read-write file on a read-only branch.\n");
+ printk(KERN_DEBUG "unionfs: doing delayed copyup of a "
+ "read-write file on a read-only branch\n");
err = do_delayed_copyup(file);
}
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs