Remove extraneous NET_EPOCH_ASSERT - the full function is covered.

This commit is contained in:
glebius 2020-01-22 06:07:27 +00:00
parent 9aca735515
commit 57cf9e8fd6

View File

@ -1147,7 +1147,6 @@ tcp_usr_send(struct socket *so, int flags, struct mbuf *m,
* Close the send side of the connection after * Close the send side of the connection after
* the data is sent. * the data is sent.
*/ */
NET_EPOCH_ASSERT();
socantsendmore(so); socantsendmore(so);
tcp_usrclosed(tp); tcp_usrclosed(tp);
} }