From: David S. Miller Date: Tue, 15 May 2018 02:57:15 +0000 (-0400) Subject: Merge branch 'sctp-refactor-sctp_outq_flush' X-Git-Tag: Ubuntu-5.2.0-15.16~4262^2~242 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=ab619905508817e62f62d64fb7f2e82bfcb759b9;p=mirror_ubuntu-eoan-kernel.git Merge branch 'sctp-refactor-sctp_outq_flush' Marcelo Ricardo Leitner says: ==================== sctp: refactor sctp_outq_flush Currently sctp_outq_flush does many different things and arguably unrelated, such as doing transport selection and outq dequeueing. This patchset refactors it into smaller and more dedicated functions. The end behavior should be the same. The next patchset will rework the function parameters. Changes since v1: - fix build issues on patches 3 and 4, and updated 5 and 8 because of it. Changes since v2: - fixed panic if building with just up to patch 3 applied ==================== Signed-off-by: David S. Miller --- ab619905508817e62f62d64fb7f2e82bfcb759b9