commit db9c6c29b57768f286eef86dd4adbbc4ef7c3764
Author: Erez Zadok <[EMAIL PROTECTED]>
Date: Fri Nov 16 13:45:31 2007 -0500
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 f711f3f..ddd40bd 100644
--- a/fs/unionfs/dentry.c
+++ b/fs/unionfs/dentry.c
@@ -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;
}
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs