kill vfs_permission
authorChristoph Hellwig <hch@lst.de>
Fri, 24 Oct 2008 07:59:29 +0000 (09:59 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 31 Dec 2008 23:07:41 +0000 (18:07 -0500)
commitcb23beb55100171646e69e248fb45f10db6e99a4
treea8868859b02f14dc27ef560de903088ca35b4ad4
parent3fb64190aa3c23c10e6e9fd0124ac030115c99bf
kill vfs_permission

With all the nameidata removal there's no point anymore for this helper.
Of the three callers left two will go away with the next lookup series
anyway.

Also add proper kerneldoc to inode_permission as this is the main
permission check routine now.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/exec.c
fs/namei.c
include/linux/fs.h