diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2020-10-20 20:32:04 +0200 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2021-01-25 15:36:23 +0100 |
commit | 3b921a2b14251e9e203f1e8af76e8ade79f50e50 (patch) | |
tree | 78fc5b029a345779309ac3c9b4f52f55875da6a0 /fs/nfsd/xdr3.h | |
parent | NFSD: Update GETATTR3args decoder to use struct xdr_stream (diff) | |
download | linux-3b921a2b14251e9e203f1e8af76e8ade79f50e50.tar.xz linux-3b921a2b14251e9e203f1e8af76e8ade79f50e50.zip |
NFSD: Update ACCESS3arg decoder to use struct xdr_stream
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs/nfsd/xdr3.h')
-rw-r--r-- | fs/nfsd/xdr3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/xdr3.h b/fs/nfsd/xdr3.h index 62ea669768cf..a4dce4baec7c 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 { |