Skip to content

Commit

Permalink
Merge branch 'sctp-refactor-sctp_outq_flush'
Browse files Browse the repository at this point in the history
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 <davem@davemloft.net>
  • Loading branch information
David S. Miller committed May 15, 2018
2 parents 98f3697 + 4fdbb0e commit ab61990
Showing 1 changed file with 311 additions and 282 deletions.
Loading

0 comments on commit ab61990

Please sign in to comment.