namei: get rid of lookup_hash()
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 30 Apr 2015 16:25:18 +0000 (12:25 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 11 May 2015 02:18:32 +0000 (22:18 -0400)
commit6a9f40d6104d74b0eaa06cc59e2dcc8f2dde5e22
tree2e4967d9d944b97013a5811da929feb74fb0e599
parenta5cfe2d5e14d4c2dec06b22d18050c443c7537f9
namei: get rid of lookup_hash()

it's a convenient helper, but we'll want to shift nameidata
down the call chain, so it won't be available there...

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