]> git.baikalelectronics.ru Git - kernel.git/commit
ext2,3,4: provide simple rcu-walk ACL implementation
authorNick Piggin <npiggin@kernel.dk>
Fri, 7 Jan 2011 06:50:00 +0000 (17:50 +1100)
committerNick Piggin <npiggin@kernel.dk>
Fri, 7 Jan 2011 06:50:30 +0000 (17:50 +1100)
commita29a56065b9dbe070edd864317c05bf0d60cd267
tree51b54051c2b41cb712db0c47b9e595dafc09c8f3
parentf2d514ba419fb1751569b2cda9ba161e9aad06e2
ext2,3,4: provide simple rcu-walk ACL implementation

This simple implementation just checks for no ACLs on the inode, and
if so, then the rcu-walk may proceed, otherwise fail it.

Signed-off-by: Nick Piggin <npiggin@kernel.dk>
fs/ext2/acl.c
fs/ext3/acl.c
fs/ext4/acl.c