Unionfs: convert a printk to pr_debug in release
authorErez Zadok <ezk@cs.sunysb.edu>
Thu, 18 Oct 2007 18:03:16 +0000 (14:03 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Sun, 23 Mar 2008 03:48:51 +0000 (23:48 -0400)
This is mostly an informational message, not an error.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/dentry.c

index 54e426cb4f0572996596c70ec86e7996b5ed57a9..355e92d9da4c8c6de3efd8c0fd1df55587eacd12 100644 (file)
@@ -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;
        }