[PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir()
authorDave Hansen <haveblue@us.ibm.com>
Fri, 15 Feb 2008 22:37:57 +0000 (14:37 -0800)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 19 Apr 2008 04:25:34 +0000 (00:25 -0400)
commit463c3197263bd26ac59a00d2484990e17e35c50e
treeb27c04f978ccd447ae33f7387b6a4aba0033acc5
parent0622753b800e4cc6cb9319b36b27658c72dd7cdc
[PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir()

This takes care of all of the direct callers of vfs_mknod().
Since a few of these cases also handle normal file creation
as well, this also covers some calls to vfs_create().

So that we don't have to make three mnt_want/drop_write()
calls inside of the switch statement, we move some of its
logic outside of the switch and into a helper function
suggested by Christoph.

This also encapsulates a fix for mknod(S_IFREG) that Miklos
found.

[AV: merged mkdir handling, added missing nfsd pieces]

Acked-by: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Dave Hansen <haveblue@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c
fs/nfsd/nfs4recover.c
fs/nfsd/vfs.c
net/unix/af_unix.c