commit | 258a5aa8dfc6294f5f7df892023ee4d3e57c9841 | [log] [tgz] |
---|---|---|
author | Nick Piggin <npiggin@kernel.dk> | Fri Jan 07 17:50:01 2011 +1100 |
committer | Nick Piggin <npiggin@kernel.dk> | Fri Jan 07 17:50:30 2011 +1100 |
tree | 101a4b9ee97f7d838b35a906244085873c599d19 | |
parent | 73598611ade7c85f0c3d52ba5130103f6709c6d3 [diff] |
btrfs: 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>