hppfs_lookup(): don't open-code lookup_one_len()
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 18 Jul 2011 02:27:22 +0000 (22:27 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 18 Jul 2011 03:22:48 +0000 (23:22 -0400)
commit0916a5e45fbd2604a303c8cc18e6b2b7c815e4c9
tree94846a921e4c8b5c5607c7811e0787e0684a356f
parent3cc0658e35124ace881f6942839dcae877c3eaed
hppfs_lookup(): don't open-code lookup_one_len()

... and it's getting it wrong, too - missing ->d_revalidate() calls when
it's dealing with filesystem (procfs) that has non-trivial ->d_revalidate()...

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