diff options
author | Frank van der Linden <fllinden@amazon.com> | 2020-06-24 01:39:26 +0300 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2020-07-14 00:27:03 +0300 |
commit | 23e50fe3a5e6045a573c69d4b0e3d78aa6183323 (patch) | |
tree | a7a06d3bea7154c39593aa068ef8b149ebf691de /include/linux/nfs4.h | |
parent | 6178713bd46b06a1115f5bc6a3ff38e95b6da9ca (diff) | |
download | linux-23e50fe3a5e6045a573c69d4b0e3d78aa6183323.tar.xz |
nfsd: implement the xattr functions and en/decode logic
Implement the main entry points for the *XATTR operations.
Add functions to calculate the reply size for the user extended attribute
operations, and implement the XDR encode / decode logic for these
operations.
Add the user extended attributes operations to nfsd4_ops.
Signed-off-by: Frank van der Linden <fllinden@amazon.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'include/linux/nfs4.h')
-rw-r--r-- | include/linux/nfs4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs4.h b/include/linux/nfs4.h index e6ca9d1d2e76..33ebe476428e 100644 --- a/include/linux/nfs4.h +++ b/include/linux/nfs4.h @@ -165,7 +165,7 @@ Needs to be updated if more operations are defined in future.*/ #define FIRST_NFS4_OP OP_ACCESS #define LAST_NFS40_OP OP_RELEASE_LOCKOWNER #define LAST_NFS41_OP OP_RECLAIM_COMPLETE -#define LAST_NFS42_OP OP_CLONE +#define LAST_NFS42_OP OP_REMOVEXATTR #define LAST_NFS4_OP LAST_NFS42_OP enum nfsstat4 { |