GIT: unionfs2-2.6.27.y: cleanup: consistent printk messages

Erez Zadok ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:16:18 EDT 2010


commit e522aa87f3642dd069581d2f5e49bc4ba420a0f3
Author: Erez_Zadok <ezk at cs.sunysb.edu>
Date:   Sat May 19 16:40:16 2007 -0400

    cleanup: consistent printk messages

diff --git a/fs/unionfs/commonfops.c b/fs/unionfs/commonfops.c
index 2b2aff8..fd2e546 100644
--- 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: 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);
 	}
 


More information about the unionfs-cvs mailing list