]> git.baikalelectronics.ru Git - kernel.git/commit
new helpers: kern_path_create/user_path_create
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 26 Jun 2011 15:50:15 +0000 (11:50 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 20 Jul 2011 05:44:05 +0000 (01:44 -0400)
commit585cab98f1f607cdab03f3199a9eaefc9707f307
tree1bfc6f766601e744c2c2c064b97cdefdcca4ad5c
parent438463174e40efa2b7203a215e103000e91a70d5
new helpers: kern_path_create/user_path_create

combination of kern_path_parent() and lookup_create().  Does *not*
expose struct nameidata to caller.  Syscalls converted to that...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c
fs/ocfs2/refcounttree.c
include/linux/namei.h
net/unix/af_unix.c