cleanup: consistent printk messages
authorErez_Zadok <ezk@cs.sunysb.edu>
Sat, 19 May 2007 20:40:16 +0000 (16:40 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Sun, 23 Feb 2014 19:02:35 +0000 (14:02 -0500)
fs/unionfs/commonfops.c

index 2b2aff8ea6cc5726985b186f0fc8b625d35bdb7e..fd2e546ccfe4b8b6bf7acb6c49eade9b39e03ea7 100644 (file)
@@ -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);
        }