projects
/
unionfs-odf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
472509b
)
Unionfs: convert a printk to pr_debug in release
author
Erez Zadok
<ezk@cs.sunysb.edu>
Fri, 16 Nov 2007 18:45:31 +0000
(13:45 -0500)
committer
Rachita 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
patch
|
blob
|
history
diff --git
a/fs/unionfs/dentry.c
b/fs/unionfs/dentry.c
index f711f3f65f9e42905e6ee5ec48d4b82728efdb19..ddd40bd38221afeb96549f38c6681cdecca47957 100644
(file)
--- 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 */
- pr
intk(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;
}