diff options
| author | Trond Myklebust <trond.myklebust@hammerspace.com> | 2020-07-13 17:49:23 -0400 |
|---|---|---|
| committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2020-07-13 17:49:23 -0400 |
| commit | 030eb04c52314b7769652eb0ccd40d4a23698721 (patch) | |
| tree | ca24cdc4a93db9b7c153d39039ee3cdf51ced8f0 /include/uapi/linux | |
| parent | 11ba468877bb23f28956a35e896356252d63c983 (diff) | |
| parent | c1326210477ecc06c53221f0005c64419aba30d6 (diff) | |
| download | cachepc-linux-030eb04c52314b7769652eb0ccd40d4a23698721.tar.gz cachepc-linux-030eb04c52314b7769652eb0ccd40d4a23698721.zip | |
Merge commit 'c1326210477ecc06c53221f0005c64419aba30d6' from nfsd/linux-next
Pull in the commit that is common to both the NFS client and server xattr
implementation from git://git.linux-nfs.org/projects/cel/cel-2.6.git nfsd-5.9
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/nfs4.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/nfs4.h b/include/uapi/linux/nfs4.h index 8572930cf5b0..bf197e99b98f 100644 --- a/include/uapi/linux/nfs4.h +++ b/include/uapi/linux/nfs4.h @@ -33,6 +33,9 @@ #define NFS4_ACCESS_EXTEND 0x0008 #define NFS4_ACCESS_DELETE 0x0010 #define NFS4_ACCESS_EXECUTE 0x0020 +#define NFS4_ACCESS_XAREAD 0x0040 +#define NFS4_ACCESS_XAWRITE 0x0080 +#define NFS4_ACCESS_XALIST 0x0100 #define NFS4_FH_PERSISTENT 0x0000 #define NFS4_FH_NOEXPIRE_WITH_OPEN 0x0001 |
