get rid of dead code in d_find_alias()
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 25 Apr 2018 14:52:25 +0000 (10:52 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 13 May 2018 16:08:32 +0000 (12:08 -0400)
commit61fec493c9df7958f8417e1e2f6530a614ee619a
treec8df5c66a14064533dbd4081d81a25e36d1fb790
parent1c18d2a15ea4752c7a0d1aa6ef5659a744255140
get rid of dead code in d_find_alias()

All "try disconnected alias if nothing else fits" logics in d_find_alias()
got accidentally disabled by Neil a while ago; for most of the callers it
was the right thing to do, so fixes belong in few callers that *do* want
disconnected aliases.  This just takes the now-dead code in d_find_alias()
out.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/dcache.c