Drop Giant around syncache timer processing.
This commit is contained in:
parent
ed2409013e
commit
ff245040e3
@ -258,7 +258,7 @@ syncache_init(void)
|
||||
/* Initialize the timer queues. */
|
||||
for (i = 0; i <= SYNCACHE_MAXREXMTS; i++) {
|
||||
TAILQ_INIT(&tcp_syncache.timerq[i]);
|
||||
callout_init(&tcp_syncache.tt_timerq[i], 0);
|
||||
callout_init(&tcp_syncache.tt_timerq[i], 1);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user