aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/sctp/outqueue.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sctp/outqueue.c b/net/sctp/outqueue.c
index 28f4fe77ceee..e315c6c756ca 100644
--- a/net/sctp/outqueue.c
+++ b/net/sctp/outqueue.c
@@ -641,7 +641,8 @@ static int sctp_outq_flush_rtx(struct sctp_outq *q, struct sctp_packet *pkt,
641 641
642 /* If we are here due to a retransmit timeout or a fast 642 /* If we are here due to a retransmit timeout or a fast
643 * retransmit and if there are any chunks left in the retransmit 643 * retransmit and if there are any chunks left in the retransmit
644 * queue that could not fit in the PMTU sized packet, they need * to be marked as ineligible for a subsequent fast retransmit. 644 * queue that could not fit in the PMTU sized packet, they need
645 * to be marked as ineligible for a subsequent fast retransmit.
645 */ 646 */
646 if (rtx_timeout && !lchunk) { 647 if (rtx_timeout && !lchunk) {
647 list_for_each(lchunk1, lqueue) { 648 list_for_each(lchunk1, lqueue) {