NFSD: Replace READ* macros in nfsd4_decode_delegreturn()

[ Upstream commit 95e6482cedfc0785b85db49b72a05323bbf41750 ]

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Chuck Lever
2020-11-21 14:11:58 -05:00
committed by Greg Kroah-Hartman
parent 3012fe5fea
commit 42e319695e

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