PERFORCE change 141689 for review

Julian Elischer julian at FreeBSD.org
Fri May 16 03:42:56 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=141689

Change 141689 by julian at julian_trafmon1 on 2008/05/16 03:42:47

	 let toe stuff know about vimages.

Affected files ...

.. //depot/projects/vimage/src/sys/netinet/tcp_syncache.c#26 edit

Differences ...

==== //depot/projects/vimage/src/sys/netinet/tcp_syncache.c#26 (text+ko) ====

@@ -1410,8 +1410,9 @@
     struct tcphdr *th, struct inpcb *inp, struct socket **lsop,
     struct toe_usrreqs *tu, void *toepcb)
 {
+	INIT_VNET_INET(curvnet);
 
-	INP_INFO_WLOCK(&tcbinfo);
+	INP_INFO_WLOCK(&V_tcbinfo);
 	INP_WLOCK(inp);
 	_syncache_add(inc, to, th, inp, lsop, NULL, tu, toepcb);
 }


More information about the p4-projects mailing list