NFSD: Replace READ* macros in nfsd4_decode_offload_status()
[ Upstream commit 2846bb0525a73e00b3566fda535ea6a5879e2971 ] Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
2253934928
commit
a63486680c
1 changed files with 1 additions and 1 deletions
|
@ -2048,7 +2048,7 @@ static __be32
|
||||||
nfsd4_decode_offload_status(struct nfsd4_compoundargs *argp,
|
nfsd4_decode_offload_status(struct nfsd4_compoundargs *argp,
|
||||||
struct nfsd4_offload_status *os)
|
struct nfsd4_offload_status *os)
|
||||||
{
|
{
|
||||||
return nfsd4_decode_stateid(argp, &os->stateid);
|
return nfsd4_decode_stateid4(argp, &os->stateid);
|
||||||
}
|
}
|
||||||
|
|
||||||
static __be32
|
static __be32
|
||||||
|
|
Loading…
Add table
Reference in a new issue