diff options
| author | Chuck Lever <[email protected]> | 2020-11-21 14:11:58 -0500 |
|---|---|---|
| committer | Chuck Lever <[email protected]> | 2020-11-30 14:46:37 -0500 |
| commit | 95e6482cedfc0785b85db49b72a05323bbf41750 (patch) | |
| tree | 31485eb9e505a18f317a7ecae948469d77c70667 | |
| parent | 000dfa18b3df9c62df5f768f9187cf1a94ded71d (diff) | |
NFSD: Replace READ* macros in nfsd4_decode_delegreturn()
Signed-off-by: Chuck Lever <[email protected]>
| -rw-r--r-- | fs/nfsd/nfs4xdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c index 85283b55834e..ff4fdec6b8f3 100644 --- a/fs/nfsd/nfs4xdr.c +++ b/fs/nfsd/nfs4xdr.c @@ -766,7 +766,7 @@ nfsd4_decode_create(struct nfsd4_compoundargs *argp, struct nfsd4_create *create static inline __be32 nfsd4_decode_delegreturn(struct nfsd4_compoundargs *argp, struct nfsd4_delegreturn *dr) { - return nfsd4_decode_stateid(argp, &dr->dr_stateid); + return nfsd4_decode_stateid4(argp, &dr->dr_stateid); } static inline __be32 |