diff options
author | David S. Miller <davem@davemloft.net> | 2018-01-17 00:00:25 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-01-17 00:10:42 -0500 |
commit | c02b3741eb99a1ec733e6134c53ba59e43e19e97 (patch) | |
tree | ff7dd96c32dec2abe530e7101378443dabcb8962 /net/sctp/outqueue.c | |
parent | 7018d1b3f20fb4308ed9bc577160cb8ffb79b62a (diff) | |
parent | 8cbab92dff778e516064c13113ca15d4869ec883 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Overlapping changes all over.
The mini-qdisc bits were a little bit tricky, however.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/outqueue.c')
-rw-r--r-- | net/sctp/outqueue.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sctp/outqueue.c b/net/sctp/outqueue.c index af9b5ebcae50..f211b3db6a35 100644 --- a/net/sctp/outqueue.c +++ b/net/sctp/outqueue.c | |||
@@ -916,9 +916,9 @@ static void sctp_outq_flush(struct sctp_outq *q, int rtx_timeout, gfp_t gfp) | |||
916 | break; | 916 | break; |
917 | 917 | ||
918 | case SCTP_CID_ABORT: | 918 | case SCTP_CID_ABORT: |
919 | if (sctp_test_T_bit(chunk)) { | 919 | if (sctp_test_T_bit(chunk)) |
920 | packet->vtag = asoc->c.my_vtag; | 920 | packet->vtag = asoc->c.my_vtag; |
921 | } | 921 | /* fallthru */ |
922 | /* The following chunks are "response" chunks, i.e. | 922 | /* The following chunks are "response" chunks, i.e. |
923 | * they are generated in response to something we | 923 | * they are generated in response to something we |
924 | * received. If we are sending these, then we can | 924 | * received. If we are sending these, then we can |