]> git.karo-electronics.de Git - karo-tx-linux.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)
commitdae6ad8f37529963ae7df52baaccf056b38f210e
tree1bfc6f766601e744c2c2c064b97cdefdcca4ad5c
parent49084c3bb2055c401f3493c13edae14d49128ca0
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