diff options
author | Christoph Hellwig <hch@infradead.org> | 2013-12-20 05:16:54 -0800 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-01-26 08:26:40 -0500 |
commit | feda821e76f3bbbba4bd54d30b4d4005a7848aa5 (patch) | |
tree | ebd9b6935393c4764dd8ac2f55251380ee9c9319 /include/linux/generic_acl.h | |
parent | 013cdf1088d7235da9477a2375654921d9b9ba9f (diff) | |
download | blackbird-op-linux-feda821e76f3bbbba4bd54d30b4d4005a7848aa5.tar.gz blackbird-op-linux-feda821e76f3bbbba4bd54d30b4d4005a7848aa5.zip |
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>
Diffstat (limited to 'include/linux/generic_acl.h')
-rw-r--r-- | include/linux/generic_acl.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/linux/generic_acl.h b/include/linux/generic_acl.h deleted file mode 100644 index b6d657544ef1..000000000000 --- a/include/linux/generic_acl.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef LINUX_GENERIC_ACL_H -#define LINUX_GENERIC_ACL_H - -#include <linux/xattr.h> - -struct inode; - -extern const struct xattr_handler generic_acl_access_handler; -extern const struct xattr_handler generic_acl_default_handler; - -int generic_acl_init(struct inode *, struct inode *); -int generic_acl_chmod(struct inode *); - -#endif /* LINUX_GENERIC_ACL_H */ |