From 976575e6c9726b0a380819f1e53933a8f2882d3e Mon Sep 17 00:00:00 2001 From: Erez_Zadok Date: Tue, 31 Jul 2007 03:58:50 -0400 Subject: [PATCH] Unionfs: improved printk upon copyup Signed-off-by: Erez Zadok --- 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 baa6a3725ee..1b844871d46 100644 --- a/fs/unionfs/commonfops.c +++ b/fs/unionfs/commonfops.c @@ -392,8 +392,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: do delay copyup of \"%s\"\n", + dentry->d_name.name); err = do_delayed_copyup(file); } -- 2.43.0