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>
Tue, 13 Jan 2009 02:31:19 +0000 (21:31 -0500)
This is mostly an informational message, not an error.

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

index 6bab9d6ceb6a0fb5d74bf19135fb42a095550baa..a3d7b6e4706181b9108a32fba1cf273590baec69 100644 (file)
@@ -455,9 +455,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;
        }