1
0
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:
Jeffrey Hsu 2003-07-17 11:19:25 +00:00
parent 994599d782
commit a12569ec4f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117686

View File

@ -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);
}
/*