svn commit: r323847 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Thu Sep 21 09:18:06 UTC 2017


Author: tuexen
Date: Thu Sep 21 09:18:05 2017
New Revision: 323847
URL: https://svnweb.freebsd.org/changeset/base/323847

Log:
  No need to wakeup, since sctp_add_to_readq() does it.
  
  MFC after:	1 week

Modified:
  head/sys/netinet/sctp_indata.c

Modified: head/sys/netinet/sctp_indata.c
==============================================================================
--- head/sys/netinet/sctp_indata.c	Thu Sep 21 08:20:33 2017	(r323846)
+++ head/sys/netinet/sctp_indata.c	Thu Sep 21 09:18:05 2017	(r323847)
@@ -1617,7 +1617,6 @@ sctp_queue_data_for_reasm(struct sctp_tcb *stcb, struc
 						    control,
 						    &stcb->sctp_socket->so_rcv, control->end_added,
 						    SCTP_READ_LOCK_NOT_HELD, SCTP_SO_NOT_LOCKED);
-						do_wakeup = 1;
 					}
 					break;
 				}


More information about the svn-src-head mailing list