]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita830b924a1e46fd350cfeadf73f50b8df41f0b53
treeae673e2a88aab0d369c64786c47c926b80d8a87c
parentdcaae4f2847f66ce4e9400a46756257cd718b392
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