use __lookup_hash() in kern_path_parent()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 22 Jul 2012 19:46:21 +0000 (23:46 +0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 22 Jul 2012 19:57:53 +0000 (23:57 +0400)
commit1e0ea0014479f066ba26f937e8740b8902229616
treeae673e2a88aab0d369c64786c47c926b80d8a87c
parent0bdaea9017b9d2b9996e153a71ee03555969b80e
use __lookup_hash() in kern_path_parent()

No need to bother with lookup_one_len() here - it's an overkill

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