mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Drop Giant around syncache timer processing.
This commit is contained in:
parent
994599d782
commit
a12569ec4f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117686
@ -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