commit | 2aeccbe957d0d2b9fbb2a236e53a955097e2a9ce | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Fri Dec 20 05:16:40 2013 -0800 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jan 25 23:58:17 2014 -0500 |
tree | b07768d451a0d4b4be65096f9462660e856e6798 | |
parent | 893d46e443346370cd4ea81d9d35f72952c62a37 [diff] |
fs: add generic xattr_acl handlers With the ->set_acl inode operation we can implement the Posix ACL xattr handlers in generic code instead of duplicating them all over the tree. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>