diff options
| author | 2013-12-20 05:16:54 -0800 | |
|---|---|---|
| committer | 2014-01-26 08:26:40 -0500 | |
| commit | feda821e76f3bbbba4bd54d30b4d4005a7848aa5 (patch) | |
| tree | ebd9b6935393c4764dd8ac2f55251380ee9c9319 /include/linux/generic_acl.h | |
| parent | nfs: use generic posix ACL infrastructure for v3 Posix ACLs (diff) | |
| download | wireguard-linux-feda821e76f3bbbba4bd54d30b4d4005a7848aa5.tar.xz wireguard-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 */ |
