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);
                }
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to