svn commit: r272081 - head/sys/netinet

Navdeep Parhar np at FreeBSD.org
Wed Sep 24 20:12:41 UTC 2014


Author: np
Date: Wed Sep 24 20:12:40 2014
New Revision: 272081
URL: http://svnweb.freebsd.org/changeset/base/272081

Log:
  Catch up with r271119.

Modified:
  head/sys/netinet/toecore.c

Modified: head/sys/netinet/toecore.c
==============================================================================
--- head/sys/netinet/toecore.c	Wed Sep 24 20:08:43 2014	(r272080)
+++ head/sys/netinet/toecore.c	Wed Sep 24 20:12:40 2014	(r272081)
@@ -329,7 +329,6 @@ toe_syncache_add(struct in_conninfo *inc
 {
 	struct socket *lso = inp->inp_socket;
 
-	INP_INFO_WLOCK_ASSERT(&V_tcbinfo);
 	INP_WLOCK_ASSERT(inp);
 
 	syncache_add(inc, to, th, inp, &lso, NULL, tod, todctx);


More information about the svn-src-all mailing list