]> git.baikalelectronics.ru Git - kernel.git/commit
get rid of kern_path_parent()
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 14 Jun 2012 23:01:42 +0000 (03:01 +0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 14 Jul 2012 12:35:02 +0000 (16:35 +0400)
commitbe1a743fa4b29cc0cf0f59f79c8718aeb64a8421
tree27560778736691d1edb8276897f4ed3b9411bcb2
parent06a6bf7e4b989eb4a20c4ba0f343b7e4a7be1a27
get rid of kern_path_parent()

all callers want the same thing, actually - a kinda-sorta analog of
kern_path_create().  I.e. they want parent vfsmount/dentry (with
->i_mutex held, to make sure the child dentry is still their child)
+ the child dentry.

Signed-off-by Al Viro <viro@zeniv.linux.org.uk>
drivers/base/devtmpfs.c
fs/namei.c
include/linux/namei.h
kernel/audit_watch.c