Here are some POSIX ACL improvements for the next merge window. The first three patches are rather simple. The fourth patch fixes a potential problem on filesystems that cache ACLs locally and require network communication for reading ACLs. Please review. Thanks, Andreas Alexey Dobriyan (1): posix_acl: Better uncached ACL markers Andreas Gruenbacher (3): posix_acl: Improve xattr fixup code posix_acl: get_acl: Cleanups posix_acl: get_acl: Synchronize readers fs/nfs/nfs3acl.c | 44 ++------------ fs/posix_acl.c | 145 ++++++++++++++++++++++++++++++++++------------ fs/xattr.c | 29 ++++++++-- include/linux/fs.h | 2 +- include/linux/posix_acl.h | 4 ++ include/linux/wait.h | 1 + kernel/sched/wait.c | 9 +++ 7 files changed, 153 insertions(+), 81 deletions(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html