mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
NFSD: Replace READ* macros in nfsd4_decode_offload_status()
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user