GIT: unionfs2-2.6.27.y: Unionfs: improved printk upon copyup

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


commit 887ceffe4faf01d24895473d2d3066b6f3f046b7
Author: Erez_Zadok <ezk at cs.sunysb.edu>
Date:   Tue Jul 31 03:58:50 2007 -0400

    Unionfs: improved printk upon copyup
    
    Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>

diff --git a/fs/unionfs/commonfops.c b/fs/unionfs/commonfops.c
index baa6a37..1b84487 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);
 	}
 


More information about the unionfs-cvs mailing list