commit | 8d80d7dabe9668965574669afbd31733f7b0fe9b | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Thu Jan 16 17:17:31 2014 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Aug 07 14:40:10 2014 -0400 |
tree | 198a37bc2a9a0b89639ed0107eb02853240f544c | |
parent | 52ed46f0fa88243887b823d24ccb9fcf47a735b3 [diff] |
dcache: d_find_alias needn't recheck IS_ROOT && DCACHE_DISCONNECTED 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>