Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2020 06:07:27 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r356982 - head/sys/netinet
Message-ID:  <202001220607.00M67RHH033255@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Wed Jan 22 06:07:27 2020
New Revision: 356982
URL: https://svnweb.freebsd.org/changeset/base/356982

Log:
  Remove extraneous NET_EPOCH_ASSERT - the full function is covered.

Modified:
  head/sys/netinet/tcp_usrreq.c

Modified: head/sys/netinet/tcp_usrreq.c
==============================================================================
--- head/sys/netinet/tcp_usrreq.c	Wed Jan 22 06:06:27 2020	(r356981)
+++ head/sys/netinet/tcp_usrreq.c	Wed Jan 22 06:07:27 2020	(r356982)
@@ -1147,7 +1147,6 @@ tcp_usr_send(struct socket *so, int flags, struct mbuf
 			 * Close the send side of the connection after
 			 * the data is sent.
 			 */
-			NET_EPOCH_ASSERT();
 			socantsendmore(so);
 			tcp_usrclosed(tp);
 		}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001220607.00M67RHH033255>