projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cee9bb2
)
Staging: Pohmelfs: Reduce debugging noise about non-existing objects.
author
Evgeniy Polyakov
<zbr@ioremap.net>
Fri, 27 Mar 2009 12:04:25 +0000
(15:04 +0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 17 Apr 2009 18:06:30 +0000
(11:06 -0700)
Signed-off-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/pohmelfs/dir.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/pohmelfs/dir.c
b/drivers/staging/pohmelfs/dir.c
index c99d91b2722293a6850447ff05c15146a6d0bdc2..10d21a49d28b3073601073863aa9bf5e0594211c 100644
(file)
--- a/
drivers/staging/pohmelfs/dir.c
+++ b/
drivers/staging/pohmelfs/dir.c
@@
-557,10
+557,10
@@
struct dentry *pohmelfs_lookup(struct inode *dir, struct dentry *dentry, struct
if (ino) {
inode = ilookup(dir->i_sb, ino);
- printk("%s: second lookup ino: %lu, inode: %p, name: '%s', hash: %x.\n",
+
d
printk("%s: second lookup ino: %lu, inode: %p, name: '%s', hash: %x.\n",
__func__, ino, inode, str.name, str.hash);
if (!inode) {
- printk("%s: No inode for ino: %lu, name: '%s', hash: %x.\n",
+
d
printk("%s: No inode for ino: %lu, name: '%s', hash: %x.\n",
__func__, ino, str.name, str.hash);
//return NULL;
return ERR_PTR(-EACCES);