PERFORCE change 148563 for review
Julian Elischer
julian at FreeBSD.org
Tue Aug 26 23:37:31 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=148563
Change 148563 by julian at julian_trafmon1 on 2008/08/26 23:37:24
fix mismerge tcp_hc_purge requires the vnet to use as an argument.
Affected files ...
.. //depot/projects/vimage/src/sys/netinet/tcp_hostcache.c#23 edit
Differences ...
==== //depot/projects/vimage/src/sys/netinet/tcp_hostcache.c#23 (text+ko) ====
@@ -226,7 +226,7 @@
*/
callout_init(&V_tcp_hc_callout, CALLOUT_MPSAFE);
callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz,
- tcp_hc_purge, 0);
+ tcp_hc_purge, curvnet);
}
void
More information about the p4-projects
mailing list