aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/nfs4.h
diff options
context:
space:
mode:
authorFrank van der Linden <fllinden@amazon.com>2020-06-23 22:38:53 +0000
committerTrond Myklebust <trond.myklebust@hammerspace.com>2020-07-13 17:52:45 -0400
commit9a67fcc8f3fd1e294922f28f20003c31d7f6cfeb (patch)
tree9999634314c00b4c383cd534f8d191511b61c80d /include/linux/nfs4.h
parentMerge commit 'c1326210477ecc06c53221f0005c64419aba30d6' from nfsd/linux-next (diff)
downloadwireguard-linux-9a67fcc8f3fd1e294922f28f20003c31d7f6cfeb.tar.xz
wireguard-linux-9a67fcc8f3fd1e294922f28f20003c31d7f6cfeb.zip
nfs: add client side only definitions for user xattrs
Add client-side only definitions for user extended attributes (RFC8276). These are the access bits as used by the client code, and the CLNT procedure number definition. Signed-off-by: Frank van der Linden <fllinden@amazon.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'include/linux/nfs4.h')
-rw-r--r--include/linux/nfs4.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/nfs4.h b/include/linux/nfs4.h
index e6ca9d1d2e76..db13026ac7d1 100644
--- a/include/linux/nfs4.h
+++ b/include/linux/nfs4.h
@@ -553,6 +553,11 @@ enum {
NFSPROC4_CLNT_LAYOUTERROR,
NFSPROC4_CLNT_COPY_NOTIFY,
+
+ NFSPROC4_CLNT_GETXATTR,
+ NFSPROC4_CLNT_SETXATTR,
+ NFSPROC4_CLNT_LISTXATTRS,
+ NFSPROC4_CLNT_REMOVEXATTR,
};
/* nfs41 types */