Loading fs/nfs/nfs4proc.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5677,7 +5677,7 @@ static void nfs4_add_and_init_slots(struct nfs4_slot_table *tbl, tbl->slots = new; tbl->slots = new; tbl->max_slots = max_slots; tbl->max_slots = max_slots; } } tbl->highest_used_slotid = -1; /* no slot is currently used */ tbl->highest_used_slotid = NFS4_NO_SLOT; for (i = 0; i < tbl->max_slots; i++) for (i = 0; i < tbl->max_slots; i++) tbl->slots[i].seq_nr = ivalue; tbl->slots[i].seq_nr = ivalue; spin_unlock(&tbl->slot_tbl_lock); spin_unlock(&tbl->slot_tbl_lock); Loading Loading
fs/nfs/nfs4proc.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5677,7 +5677,7 @@ static void nfs4_add_and_init_slots(struct nfs4_slot_table *tbl, tbl->slots = new; tbl->slots = new; tbl->max_slots = max_slots; tbl->max_slots = max_slots; } } tbl->highest_used_slotid = -1; /* no slot is currently used */ tbl->highest_used_slotid = NFS4_NO_SLOT; for (i = 0; i < tbl->max_slots; i++) for (i = 0; i < tbl->max_slots; i++) tbl->slots[i].seq_nr = ivalue; tbl->slots[i].seq_nr = ivalue; spin_unlock(&tbl->slot_tbl_lock); spin_unlock(&tbl->slot_tbl_lock); Loading