PERFORCE change 43693 for review

Sam Leffler sam at FreeBSD.org
Tue Dec 9 14:59:21 PST 2003


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

Change 43693 by sam at sam_ebb on 2003/12/09 14:58:43

	remove Giant bandaid

Affected files ...

.. //depot/projects/netperf+sockets/sys/netinet/tcp_syncache.c#3 edit

Differences ...

==== //depot/projects/netperf+sockets/sys/netinet/tcp_syncache.c#3 (text+ko) ====

@@ -541,7 +541,6 @@
 	struct socket *so;
 	struct tcpcb *tp;
 
-	GIANT_REQUIRED;			/* XXX until socket locking */
 	INP_INFO_WLOCK_ASSERT(&tcbinfo);
 
 	/*


More information about the p4-projects mailing list