commit | 3b921a2b14251e9e203f1e8af76e8ade79f50e50 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Tue Oct 20 14:32:04 2020 -0400 |
committer | Chuck Lever <chuck.lever@oracle.com> | Mon Jan 25 09:36:23 2021 -0500 |
tree | 78fc5b029a345779309ac3c9b4f52f55875da6a0 | |
parent | 9575363a9e4c8d7e2f9ba5e79884d623fff0be6f [diff] [blame] |
NFSD: Update ACCESS3arg decoder to use struct xdr_stream Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
diff --git a/fs/nfsd/xdr3.h b/fs/nfsd/xdr3.h index 62ea669..a4dce4b 100644 --- a/fs/nfsd/xdr3.h +++ b/fs/nfsd/xdr3.h
@@ -25,7 +25,7 @@ struct nfsd3_diropargs { struct nfsd3_accessargs { struct svc_fh fh; - unsigned int access; + __u32 access; }; struct nfsd3_readargs {