diff options
author | James Morris <james.l.morris@oracle.com> | 2014-11-19 05:32:12 -0500 |
---|---|---|
committer | James Morris <james.l.morris@oracle.com> | 2014-11-19 05:32:12 -0500 |
commit | b10778a00d40b3d9fdaaf5891e802794781ff71c (patch) | |
tree | 6ba4cbac86eecedc3f30650e7f764ecf00c83898 /net/sctp/outqueue.c | |
parent | 594081ee7145cc30a3977cb4e218f81213b63dc5 (diff) | |
parent | bfe01a5ba2490f299e1d2d5508cbbbadd897bbe9 (diff) |
Merge commit 'v3.17' into next
Diffstat (limited to 'net/sctp/outqueue.c')
-rw-r--r-- | net/sctp/outqueue.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/sctp/outqueue.c b/net/sctp/outqueue.c index 9c77947c0597..7e8f0a117106 100644 --- a/net/sctp/outqueue.c +++ b/net/sctp/outqueue.c | |||
@@ -629,7 +629,7 @@ redo: | |||
629 | done = 1; | 629 | done = 1; |
630 | break; | 630 | break; |
631 | 631 | ||
632 | case SCTP_XMIT_NAGLE_DELAY: | 632 | case SCTP_XMIT_DELAY: |
633 | /* Send this packet. */ | 633 | /* Send this packet. */ |
634 | error = sctp_packet_transmit(pkt); | 634 | error = sctp_packet_transmit(pkt); |
635 | 635 | ||
@@ -1015,7 +1015,7 @@ static int sctp_outq_flush(struct sctp_outq *q, int rtx_timeout) | |||
1015 | switch (status) { | 1015 | switch (status) { |
1016 | case SCTP_XMIT_PMTU_FULL: | 1016 | case SCTP_XMIT_PMTU_FULL: |
1017 | case SCTP_XMIT_RWND_FULL: | 1017 | case SCTP_XMIT_RWND_FULL: |
1018 | case SCTP_XMIT_NAGLE_DELAY: | 1018 | case SCTP_XMIT_DELAY: |
1019 | /* We could not append this chunk, so put | 1019 | /* We could not append this chunk, so put |
1020 | * the chunk back on the output queue. | 1020 | * the chunk back on the output queue. |
1021 | */ | 1021 | */ |
@@ -1025,7 +1025,6 @@ static int sctp_outq_flush(struct sctp_outq *q, int rtx_timeout) | |||
1025 | 1025 | ||
1026 | sctp_outq_head_data(q, chunk); | 1026 | sctp_outq_head_data(q, chunk); |
1027 | goto sctp_flush_out; | 1027 | goto sctp_flush_out; |
1028 | break; | ||
1029 | 1028 | ||
1030 | case SCTP_XMIT_OK: | 1029 | case SCTP_XMIT_OK: |
1031 | /* The sender is in the SHUTDOWN-PENDING state, | 1030 | /* The sender is in the SHUTDOWN-PENDING state, |