NFSD: Replace READ* macros in nfsd4_decode_copy_notify()
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
This commit is contained in:
parent
e8febea719
commit
f9a953fb36
@ -2032,25 +2032,25 @@ nfsd4_decode_copy(struct nfsd4_compoundargs *argp, struct nfsd4_copy *copy)
|
||||
return nfs_ok;
|
||||
}
|
||||
|
||||
static __be32
|
||||
nfsd4_decode_offload_status(struct nfsd4_compoundargs *argp,
|
||||
struct nfsd4_offload_status *os)
|
||||
{
|
||||
return nfsd4_decode_stateid(argp, &os->stateid);
|
||||
}
|
||||
|
||||
static __be32
|
||||
nfsd4_decode_copy_notify(struct nfsd4_compoundargs *argp,
|
||||
struct nfsd4_copy_notify *cn)
|
||||
{
|
||||
__be32 status;
|
||||
|
||||
status = nfsd4_decode_stateid(argp, &cn->cpn_src_stateid);
|
||||
status = nfsd4_decode_stateid4(argp, &cn->cpn_src_stateid);
|
||||
if (status)
|
||||
return status;
|
||||
return nfsd4_decode_nl4_server(argp, &cn->cpn_dst);
|
||||
}
|
||||
|
||||
static __be32
|
||||
nfsd4_decode_offload_status(struct nfsd4_compoundargs *argp,
|
||||
struct nfsd4_offload_status *os)
|
||||
{
|
||||
return nfsd4_decode_stateid(argp, &os->stateid);
|
||||
}
|
||||
|
||||
static __be32
|
||||
nfsd4_decode_seek(struct nfsd4_compoundargs *argp, struct nfsd4_seek *seek)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user