mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
030eb04c52
commit
9a67fcc8f3
2 changed files with 8 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue