]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: provide simple rcu-walk ACL implementation
authorNick Piggin <npiggin@kernel.dk>
Fri, 7 Jan 2011 06:50:02 +0000 (17:50 +1100)
committerNick Piggin <npiggin@kernel.dk>
Fri, 7 Jan 2011 06:50:30 +0000 (17:50 +1100)
commit32ece0bd2b45b651b73c5125e074f2fe183a212e
tree74b8adcfea568bd6c99dd73412aedcff3a0e496d
parentd789b75b5095dfb332676836d803845827662c0a
xfs: 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/xfs/linux-2.6/xfs_acl.c