alistair23-linux/fs/9p
Al Viro bc26ab5f65 kill boilerplate around posix_acl_chmod_masq()
new helper: posix_acl_chmod(&acl, gfp, mode).  Replaces acl with modified
clone or with NULL if that has failed; returns 0 or -ve on error.  All
callers of posix_acl_chmod_masq() switched to that - they'd been doing
exactly the same thing.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2011-07-25 14:27:30 -04:00
..
acl.c kill boilerplate around posix_acl_chmod_masq() 2011-07-25 14:27:30 -04:00
acl.h 9p: close ACL leaks 2011-07-24 10:10:18 -04:00
cache.c fs/9p: Add v9fs_inode 2011-03-15 09:57:39 -05:00
cache.h fs/9p: Add v9fs_inode 2011-03-15 09:57:39 -05:00
fid.c 9p: revert tsyncfs related changes 2011-04-15 15:26:14 -05:00
fid.h fs/9p: Prevent multiple inclusion of same header 2011-03-15 09:57:41 -05:00
Kconfig 9p: remove experimental tag from tested configurations 2011-05-25 08:46:38 -05:00
Makefile fs/9p: Move dotl inode operations into a seperate file 2011-01-11 09:58:07 -06:00
v9fs.c fs/9p: Add v9fs_inode 2011-03-15 09:57:39 -05:00
v9fs.h 9p: revert tsyncfs related changes 2011-04-15 15:26:14 -05:00
v9fs_vfs.h fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 2011-07-20 20:47:59 -04:00
vfs_addr.c fs/9p: Add direct IO support in cached mode 2011-03-15 09:57:40 -05:00
vfs_dentry.c fs/9p: Fix revalidate to return correct value 2011-04-15 15:26:13 -05:00
vfs_dir.c fs/9p: We need not writeback dirty pages during close 2011-03-15 09:57:38 -05:00
vfs_file.c fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 2011-07-20 20:47:59 -04:00
vfs_inode.c no need to check for LOOKUP_OPEN in ->create() instances 2011-07-20 01:43:56 -04:00
vfs_inode_dotl.c 9p: close ACL leaks 2011-07-24 10:10:18 -04:00
vfs_super.c 9p: revert tsyncfs related changes 2011-04-15 15:26:14 -05:00
xattr.c fs/9p: Remove unnecessary semicolons 2011-01-11 09:58:07 -06:00
xattr.h
xattr_user.c