Date: Wed, 24 Sep 2014 20:12:41 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r272081 - head/sys/netinet Message-ID: <201409242012.s8OKCfQ0076413@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409242012.s8OKCfQ0076413>