commit adf5f9e80267dc93408e215a4944fba3d143e6cb
Author: Erez Zadok <[EMAIL PROTECTED]>
Date:   Thu Oct 18 14:03:16 2007 -0400

    Unionfs: convert a printk to pr_debug in release
    
    This is mostly an informational message, not an error.
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

diff --git a/fs/unionfs/dentry.c b/fs/unionfs/dentry.c
index 54e426c..355e92d 100644
--- a/fs/unionfs/dentry.c
+++ b/fs/unionfs/dentry.c
@@ -446,9 +446,9 @@ static void unionfs_d_release(struct dentry *dentry)
                goto out;
        } else if (dbstart(dentry) < 0) {
                /* this is due to a failed lookup */
-               printk(KERN_ERR "unionfs: dentry without lower "
-                      "dentries: %.*s\n",
-                      dentry->d_name.len, dentry->d_name.name);
+               pr_debug("unionfs: dentry without lower "
+                        "dentries: %.*s\n",
+                        dentry->d_name.len, dentry->d_name.name);
                goto out_free;
        }
 
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to