]> git.baikalelectronics.ru Git - kernel.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>
Sat, 13 Oct 2012 00:15:08 +0000 (20:15 -0400)
commit422901fab9b07ccf86d962f086809833fdddcfd0
treedc5ff4dabb933c3392917602c0f6aeb00d25e6ea
parentd496126de8e10f044aec22156cfe32b1d71c659c
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