[PATCH] add a vfs_permission helper
authorChristoph Hellwig <hch@lst.de>
Wed, 9 Nov 2005 05:35:04 +0000 (21:35 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 9 Nov 2005 15:55:58 +0000 (07:55 -0800)
commite4543eddfd3bf3e0d625841377fa695a519edfd4
treeb62546cb0038529bd8cd583333c556ad799f2081
parente4a53cbabc81f04e24a5570b4aa6a6384bdbfc67
[PATCH] add a vfs_permission helper

Most permission() calls have a struct nameidata * available.  This helper
takes that as an argument and thus makes sure we pass it down for lookup
intents and prepares for per-mount read-only support where we need a struct
vfsmount for checking whether a file is writeable.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/exec.c
fs/inotify.c
fs/namei.c
fs/namespace.c
fs/open.c
include/linux/fs.h
net/unix/af_unix.c