vfs: turn do_path_lookup into wrapper around struct filename variant
authorJeff Layton <jlayton@redhat.com>
Wed, 10 Oct 2012 19:25:29 +0000 (15:25 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 13 Oct 2012 00:15:08 +0000 (20:15 -0400)
commit873f1eedc1b983d772283279192c4ca2f60e8482
treedc5ff4dabb933c3392917602c0f6aeb00d25e6ea
parent7ac86265dc8f665cc49d6e60a125e608cd2fca14
vfs: turn do_path_lookup into wrapper around struct filename variant

...and make the user_path callers use that variant instead.

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