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:
52ed46f
)
dcache: d_find_alias needn't recheck IS_ROOT && DCACHE_DISCONNECTED
author
J. Bruce Fields
<bfields@redhat.com>
Thu, 16 Jan 2014 22:17:31 +0000
(17:17 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 7 Aug 2014 18:40:10 +0000
(14:40 -0400)
If we get to this point and discover the dentry is not a root dentry, or
not DCACHE_DISCONNECTED--great, we always prefer that anyway.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found