NFSD: Replace READ* macros in nfsd4_decode_delegreturn()

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
This commit is contained in:
Chuck Lever
2020-11-21 14:11:58 -05:00
parent 000dfa18b3
commit 95e6482ced

View File

@@ -766,7 +766,7 @@ nfsd4_decode_create(struct nfsd4_compoundargs *argp, struct nfsd4_create *create
static inline __be32 static inline __be32
nfsd4_decode_delegreturn(struct nfsd4_compoundargs *argp, struct nfsd4_delegreturn *dr) 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 static inline __be32