linux/fs/xfs/linux-2.6
Linus Torvalds e77819e57f vfs: move ACL cache lookup into generic code
This moves logic for checking the cached ACL values from low-level
filesystems into generic code.  The end result is a streamlined ACL
check that doesn't need to load the inode->i_op->check_acl pointer at
all for the common cached case.

The filesystems also don't need to check for a non-blocking RCU walk
case in their acl_check() functions, because that is all handled at a
VFS layer.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2011-07-25 14:23:39 -04:00
..
kmem.c
kmem.h
mrlock.h
time.h
xfs_acl.c vfs: move ACL cache lookup into generic code 2011-07-25 14:23:39 -04:00
xfs_aops.c
xfs_aops.h
xfs_buf.c
xfs_buf.h
xfs_discard.c
xfs_discard.h
xfs_export.c
xfs_export.h
xfs_file.c
xfs_fs_subr.c
xfs_globals.c
xfs_ioctl32.c
xfs_ioctl32.h
xfs_ioctl.c
xfs_ioctl.h
xfs_iops.c
xfs_iops.h
xfs_linux.h
xfs_message.c
xfs_message.h
xfs_quotaops.c
xfs_stats.c
xfs_stats.h
xfs_super.c
xfs_super.h
xfs_sync.c
xfs_sync.h
xfs_sysctl.c
xfs_sysctl.h
xfs_trace.c
xfs_trace.h
xfs_vnode.h
xfs_xattr.c