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>
This commit is contained in:

committed by
Chuck Lever

parent
6178713bd4
commit
23e50fe3a5
@@ -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 {
|
||||
|
Reference in New Issue
Block a user