Commit 2846bb05 authored by Chuck Lever's avatar Chuck Lever

NFSD: Replace READ* macros in nfsd4_decode_offload_status()

Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
parent f9a953fb
......@@ -2048,7 +2048,7 @@ static __be32
nfsd4_decode_offload_status(struct nfsd4_compoundargs *argp,
struct nfsd4_offload_status *os)
{
return nfsd4_decode_stateid(argp, &os->stateid);
return nfsd4_decode_stateid4(argp, &os->stateid);
}
static __be32
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment