make generic_acl slightly more generic
authorChristoph Hellwig <hch@lst.de>
Tue, 3 Nov 2009 15:44:44 +0000 (16:44 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 16 Dec 2009 17:16:49 +0000 (12:16 -0500)
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>

No differences found