]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit873c2553174cd7eb2ab094d36d182a5be7d04a17
tree89a5fd1146be1744ce3ac94789542841512315b8
parent6ff3192a4a042760665d5189b96e59730b08e2e9
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>
fs/generic_acl.c
include/linux/generic_acl.h
include/linux/shmem_fs.h
mm/Makefile
mm/shmem.c
mm/shmem_acl.c [deleted file]