diff options
author | David Howells <dhowells@redhat.com> | 2012-10-13 05:46:48 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-13 05:46:48 -0400 |
commit | 607ca46e97a1b6594b29647d98a32d545c24bdff (patch) | |
tree | 30f4c0784bfddb57332cdc0678bd06d1e77fa185 /include/linux/nfsacl.h | |
parent | 08cce05c5a91f5017f4edc9866cf026908c73f9f (diff) |
UAPI: (Scripted) Disintegrate include/linux
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'include/linux/nfsacl.h')
-rw-r--r-- | include/linux/nfsacl.h | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/include/linux/nfsacl.h b/include/linux/nfsacl.h index fabcb1e5c460..5e69e67b31ab 100644 --- a/include/linux/nfsacl.h +++ b/include/linux/nfsacl.h | |||
@@ -6,30 +6,10 @@ | |||
6 | #ifndef __LINUX_NFSACL_H | 6 | #ifndef __LINUX_NFSACL_H |
7 | #define __LINUX_NFSACL_H | 7 | #define __LINUX_NFSACL_H |
8 | 8 | ||
9 | #define NFS_ACL_PROGRAM 100227 | ||
10 | |||
11 | #define ACLPROC2_GETACL 1 | ||
12 | #define ACLPROC2_SETACL 2 | ||
13 | #define ACLPROC2_GETATTR 3 | ||
14 | #define ACLPROC2_ACCESS 4 | ||
15 | |||
16 | #define ACLPROC3_GETACL 1 | ||
17 | #define ACLPROC3_SETACL 2 | ||
18 | |||
19 | |||
20 | /* Flags for the getacl/setacl mode */ | ||
21 | #define NFS_ACL 0x0001 | ||
22 | #define NFS_ACLCNT 0x0002 | ||
23 | #define NFS_DFACL 0x0004 | ||
24 | #define NFS_DFACLCNT 0x0008 | ||
25 | |||
26 | /* Flag for Default ACL entries */ | ||
27 | #define NFS_ACL_DEFAULT 0x1000 | ||
28 | |||
29 | #ifdef __KERNEL__ | ||
30 | 9 | ||
31 | #include <linux/posix_acl.h> | 10 | #include <linux/posix_acl.h> |
32 | #include <linux/sunrpc/xdr.h> | 11 | #include <linux/sunrpc/xdr.h> |
12 | #include <uapi/linux/nfsacl.h> | ||
33 | 13 | ||
34 | /* Maximum number of ACL entries over NFS */ | 14 | /* Maximum number of ACL entries over NFS */ |
35 | #define NFS_ACL_MAX_ENTRIES 1024 | 15 | #define NFS_ACL_MAX_ENTRIES 1024 |
@@ -58,5 +38,4 @@ extern int | |||
58 | nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt, | 38 | nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt, |
59 | struct posix_acl **pacl); | 39 | struct posix_acl **pacl); |
60 | 40 | ||
61 | #endif /* __KERNEL__ */ | ||
62 | #endif /* __LINUX_NFSACL_H */ | 41 | #endif /* __LINUX_NFSACL_H */ |