nfs41: Backchannel: update cb_sequence args and results
Change the type of cs_addr and csr_status to 'struct sockaddr' and '__be32' since the cb_sequence processing function will use existing functionality that expects these types. Signed-off-by: Ricardo Labiaga <Ricardo.Labiaga@netapp.com> Signed-off-by: Benny Halevy <bhalevy@panasas.com>
This commit is contained in:
committed by
Benny Halevy
parent
dd2b63d049
commit
65fc64e547
@@ -283,7 +283,7 @@ static unsigned decode_cb_sequence_args(struct svc_rqst *rqstp,
|
||||
if (unlikely(p == NULL))
|
||||
goto out;
|
||||
|
||||
args->csa_addr = svc_addr_in(rqstp);
|
||||
args->csa_addr = svc_addr(rqstp);
|
||||
args->csa_sequenceid = ntohl(*p++);
|
||||
args->csa_slotid = ntohl(*p++);
|
||||
args->csa_highestslotid = ntohl(*p++);
|
||||
|
Reference in New Issue
Block a user