2009-11-03 15:44:44 +00:00
|
|
|
#ifndef LINUX_GENERIC_ACL_H
|
|
|
|
#define LINUX_GENERIC_ACL_H
|
2006-09-29 09:01:34 +00:00
|
|
|
|
2009-11-03 15:44:44 +00:00
|
|
|
#include <linux/xattr.h>
|
2006-09-29 09:01:34 +00:00
|
|
|
|
2009-11-03 15:44:44 +00:00
|
|
|
struct inode;
|
2006-09-29 09:01:34 +00:00
|
|
|
|
2010-05-14 00:53:14 +00:00
|
|
|
extern const struct xattr_handler generic_acl_access_handler;
|
|
|
|
extern const struct xattr_handler generic_acl_default_handler;
|
2006-09-29 09:01:34 +00:00
|
|
|
|
2009-11-03 15:44:44 +00:00
|
|
|
int generic_acl_init(struct inode *, struct inode *);
|
|
|
|
int generic_acl_chmod(struct inode *);
|
2006-09-29 09:01:34 +00:00
|
|
|
|
2009-11-03 15:44:44 +00:00
|
|
|
#endif /* LINUX_GENERIC_ACL_H */
|