commit | cb23beb55100171646e69e248fb45f10db6e99a4 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Oct 24 09:59:29 2008 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Dec 31 18:07:41 2008 -0500 |
tree | a8868859b02f14dc27ef560de903088ca35b4ad4 | |
parent | 3fb64190aa3c23c10e6e9fd0124ac030115c99bf [diff] |
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>