commit | e136e965df596d8e4fffa4ae0b202fd4c388568f | [log] [tgz] |
---|---|---|
author | Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> | Mon May 14 14:35:19 2018 -0300 |
committer | David S. Miller <davem@davemloft.net> | Mon May 14 23:15:27 2018 -0400 |
tree | 66de45bfbb5d985bc9778ae51e2576d85d7d6ead | |
parent | bb543847a9c1b3904180b22add5e522f1f6c11c7 [diff] |
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>