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 742ff4ffced7..81e8c7d4c2e8 100644 --- a/fs/nfs/callback_xdr.c +++ b/fs/nfs/callback_xdr.c | |||
@@ -520,7 +520,7 @@ static __be32 decode_recallslot_args(struct svc_rqst *rqstp, | |||
520 | p = read_buf(xdr, 4); | 520 | p = read_buf(xdr, 4); |
521 | if (unlikely(p == NULL)) | 521 | if (unlikely(p == NULL)) |
522 | return htonl(NFS4ERR_BADXDR); | 522 | return htonl(NFS4ERR_BADXDR); |
523 | args->crsa_target_max_slots = ntohl(*p++); | 523 | args->crsa_target_highest_slotid = ntohl(*p++); |
524 | return 0; | 524 | return 0; |
525 | } | 525 | } |
526 | 526 | ||