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
..
2011-07-13 13:43:48 +02:00
2011-07-13 13:43:48 +02:00
2011-07-13 13:43:48 +02:00
2011-07-13 13:43:48 +02:00
2011-07-13 13:43:48 +02:00
2011-07-13 13:43:48 +02:00
2011-07-08 14:34:47 +02:00
2011-05-24 11:17:13 -05:00
2011-04-28 13:18:04 -05:00
2011-07-13 13:43:49 +02:00
2011-04-28 13:18:04 -05:00
2011-07-08 14:34:47 +02:00
2011-04-28 13:18:04 -05:00
2011-07-08 14:34:23 +02:00
2011-07-13 13:43:50 +02:00