commit 9ac7c0d40b976423739185b9ce38d3d71ae0be88
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 5d552d3..dd37c9f 100644
--- a/fs/unionfs/commonfops.c
+++ b/fs/unionfs/commonfops.c
@@ -464,8 +464,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: 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