diff options
Diffstat (limited to 'fs/nfs/callback_xdr.c')
| -rw-r--r-- | fs/nfs/callback_xdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/callback_xdr.c b/fs/nfs/callback_xdr.c index 537f21da6e5f..e5a2dac5f715 100644 --- a/fs/nfs/callback_xdr.c +++ b/fs/nfs/callback_xdr.c | |||
| @@ -283,7 +283,7 @@ static unsigned decode_cb_sequence_args(struct svc_rqst *rqstp, | |||
| 283 | if (unlikely(p == NULL)) | 283 | if (unlikely(p == NULL)) |
| 284 | goto out; | 284 | goto out; |
| 285 | 285 | ||
| 286 | args->csa_addr = svc_addr_in(rqstp); | 286 | args->csa_addr = svc_addr(rqstp); |
| 287 | args->csa_sequenceid = ntohl(*p++); | 287 | args->csa_sequenceid = ntohl(*p++); |
| 288 | args->csa_slotid = ntohl(*p++); | 288 | args->csa_slotid = ntohl(*p++); |
| 289 | args->csa_highestslotid = ntohl(*p++); | 289 | args->csa_highestslotid = ntohl(*p++); |
