From 077b07d34bf3bf9363d4b8d83e6e97b33afe65bf Mon Sep 17 00:00:00 2001 From: Erez_Zadok Date: Sat, 19 May 2007 16:40:16 -0400 Subject: [PATCH] cleanup: consistent printk messages --- fs/unionfs/commonfops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/unionfs/commonfops.c b/fs/unionfs/commonfops.c index 2b2aff8ea6c..fd2e546ccfe 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); } -- 2.43.0