Btrfs: don't walk around with task->state != TASK_RUNNING
[deliverable/linux.git] / include / linux / generic_acl.h
... / ...
CommitLineData
1#ifndef LINUX_GENERIC_ACL_H
2#define LINUX_GENERIC_ACL_H
3
4#include <linux/xattr.h>
5
6struct inode;
7
8extern struct xattr_handler generic_acl_access_handler;
9extern struct xattr_handler generic_acl_default_handler;
10
11int generic_acl_init(struct inode *, struct inode *);
12int generic_acl_chmod(struct inode *);
13int generic_check_acl(struct inode *inode, int mask);
14
15#endif /* LINUX_GENERIC_ACL_H */
This page took 0.032441 seconds and 5 git commands to generate.