git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f80de2c
)
dcache: fix outdated DCACHE_NEED_LOOKUP comment
author
J. Bruce Fields
<bfields@redhat.com>
Wed, 23 Oct 2013 20:09:16 +0000
(16:09 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 9 Nov 2013 05:16:34 +0000
(
00:16
-0500)
The DCACHE_NEED_LOOKUP case referred to here was removed with
39e3c9553f34381a1b664c27b0c696a266a5735e
"vfs: remove
DCACHE_NEED_LOOKUP".
There are only four real_lookup() callers and all of them pass in an
unhashed dentry just returned from d_alloc.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found