svn commit: r356982 - head/sys/netinet

Gleb Smirnoff glebius at FreeBSD.org
Wed Jan 22 06:07:28 UTC 2020


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);
 		}


More information about the svn-src-all mailing list