nfscl: Initialize nfsess_badslots to zero
Commit 40ada74ee1da added a field to mark bad session slots. This patch ensures that the field is initialized to 0. PR: 260011 MFC after: 2 weeks
This commit is contained in:
parent
40ada74ee1
commit
627f1555f5
@ -6073,6 +6073,7 @@ nfscl_initsessionslots(struct nfsclsession *sep)
|
||||
for (i = 0; i < 64; i++)
|
||||
sep->nfsess_slotseq[i] = 0;
|
||||
sep->nfsess_slots = 0;
|
||||
sep->nfsess_badslots = 0;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user