nlm: Ensure callback code also checks that the files match
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / generic_acl.h
CommitLineData
1c7c474c
CH
1#ifndef LINUX_GENERIC_ACL_H
2#define LINUX_GENERIC_ACL_H
f0c8bd16 3
1c7c474c 4#include <linux/xattr.h>
f0c8bd16 5
1c7c474c 6struct inode;
f0c8bd16 7
bb435453
SH
8extern const struct xattr_handler generic_acl_access_handler;
9extern const struct xattr_handler generic_acl_default_handler;
f0c8bd16 10
1c7c474c
CH
11int generic_acl_init(struct inode *, struct inode *);
12int generic_acl_chmod(struct inode *);
f0c8bd16 13
1c7c474c 14#endif /* LINUX_GENERIC_ACL_H */