diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2020-10-21 19:14:23 +0300 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2021-01-25 17:36:25 +0300 |
commit | ebcd8e8b28535b643a4c06685bd363b3b73a96af (patch) | |
tree | 0b28de2cbdbfcae5ec91d8b068e52a0feae5cfb8 /fs/nfsd/xdr.h | |
parent | f8a38e2d6c885f9d7cd03febc515d36293de4a5b (diff) | |
download | linux-ebcd8e8b28535b643a4c06685bd363b3b73a96af.tar.xz |
NFSD: Update the NFSv2 GETATTR argument decoder to use struct xdr_stream
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs/nfsd/xdr.h')
-rw-r--r-- | fs/nfsd/xdr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/xdr.h b/fs/nfsd/xdr.h index ad77387734cc..84256a6a1ba1 100644 --- a/fs/nfsd/xdr.h +++ b/fs/nfsd/xdr.h @@ -144,7 +144,7 @@ union nfsd_xdrstore { #define NFS2_SVC_XDRSIZE sizeof(union nfsd_xdrstore) -int nfssvc_decode_fhandle(struct svc_rqst *, __be32 *); +int nfssvc_decode_fhandleargs(struct svc_rqst *, __be32 *); int nfssvc_decode_sattrargs(struct svc_rqst *, __be32 *); int nfssvc_decode_diropargs(struct svc_rqst *, __be32 *); int nfssvc_decode_readargs(struct svc_rqst *, __be32 *); |