Unionfs: convert a printk to pr_debug in release
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 16 Nov 2007 18:45:31 +0000 (13:45 -0500)
committerRachita Kothiyal <rachita@dewey.fsl.cs.sunysb.edu>
Thu, 1 May 2008 23:03:15 +0000 (19:03 -0400)
This is mostly an informational message, not an error.

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

index f711f3f65f9e42905e6ee5ec48d4b82728efdb19..ddd40bd38221afeb96549f38c6681cdecca47957 100644 (file)
@@ -471,9 +471,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;
        }