]> asedeno.scripts.mit.edu Git - linux.git/commit
sctp: add asoc and packet to sctp_flush_ctx
authorMarcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Mon, 14 May 2018 17:35:19 +0000 (14:35 -0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 May 2018 03:15:27 +0000 (23:15 -0400)
commite136e965df596d8e4fffa4ae0b202fd4c388568f
tree66de45bfbb5d985bc9778ae51e2576d85d7d6ead
parentbb543847a9c1b3904180b22add5e522f1f6c11c7
sctp: add asoc and packet to sctp_flush_ctx

Pre-compute these so the compiler won't reload them (due to
no-strict-aliasing).

Changes since v2:
- Do not replace a return with a break in sctp_outq_flush_data

Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/outqueue.c