commit | 1c7c474c31aea6d5cb2fb35f31d9e9e91ae466b1 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Nov 03 16:44:44 2009 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Dec 16 12:16:49 2009 -0500 |
tree | 89a5fd1146be1744ce3ac94789542841512315b8 | |
parent | 431547b3c4533b8c7fd150ab36980b9a3147797b [diff] |
make generic_acl slightly more generic Now that we cache the ACL pointers in the generic inode all the generic_acl cruft can go away and generic_acl.c can directly implement xattr handlers dealing with the full Posix ACL semantics for in-memory filesystems. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>