diff options
Diffstat (limited to 'fs/nfs/callback_proc.c')
-rw-r--r-- | fs/nfs/callback_proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/callback_proc.c b/fs/nfs/callback_proc.c index 0be08b964f38..0ef047b7d28d 100644 --- a/fs/nfs/callback_proc.c +++ b/fs/nfs/callback_proc.c | |||
@@ -576,7 +576,7 @@ __be32 nfs4_callback_recallslot(struct cb_recallslotargs *args, void *dummy, | |||
576 | if (args->crsa_target_max_slots == fc_tbl->max_slots) | 576 | if (args->crsa_target_max_slots == fc_tbl->max_slots) |
577 | goto out; | 577 | goto out; |
578 | 578 | ||
579 | fc_tbl->target_max_slots = args->crsa_target_max_slots; | 579 | fc_tbl->target_highest_slotid = args->crsa_target_max_slots; |
580 | nfs41_handle_recall_slot(cps->clp); | 580 | nfs41_handle_recall_slot(cps->clp); |
581 | out: | 581 | out: |
582 | dprintk("%s: exit with status = %d\n", __func__, ntohl(status)); | 582 | dprintk("%s: exit with status = %d\n", __func__, ntohl(status)); |