]> git.baikalelectronics.ru Git - kernel.git/commit
fs: remove generic_acl
authorChristoph Hellwig <hch@infradead.org>
Fri, 20 Dec 2013 13:16:54 +0000 (05:16 -0800)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 26 Jan 2014 13:26:40 +0000 (08:26 -0500)
commit8f5d0c0b52130f7cf81fbf48397ee9f4f90a6a9d
treeebd9b6935393c4764dd8ac2f55251380ee9c9319
parentbaf5aaee7e4880d8b9ef5e0e0db36d30cf477036
fs: remove generic_acl

And instead convert tmpfs to use the new generic ACL code, with two stub
methods provided for in-memory filesystems.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/Kconfig
fs/Makefile
fs/generic_acl.c [deleted file]
fs/posix_acl.c
include/linux/generic_acl.h [deleted file]
include/linux/posix_acl.h
mm/shmem.c