]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Thu, 11 Oct 2012 15:43:42 +0000 (11:43 -0400)
commitc20a0e973dbb9ddbb3c95166d00da8893782cc55
treea74f1d31fcac78050c1e04667d276402f7c34b92
parent907e147027cfd158e0c6fd74037b9eb493daadf2
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