Skip to content

Commit

Permalink
Merge branch 'sctp-Introduce-sctp_flush_ctx'
Browse files Browse the repository at this point in the history
Marcelo Ricardo Leitner says:

====================
sctp: Introduce sctp_flush_ctx

This struct will hold all the context used during the outq flush, so we
don't have to pass lots of pointers all around.

Checked on x86_64, the compiler inlines all these functions and there is no
derreference added because of the struct.

This patchset depends on 'sctp: refactor sctp_outq_flush'

Changes since v1:
- updated to build on top of v2 of 'sctp: refactor sctp_outq_flush'

Changes since v2:
- fixed a rebase issue which reverted a change in patch 2.
- rebased on v3 of 'sctp: refactor sctp_outq_flush'
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed May 15, 2018
2 parents ab61990 + 5884f35 commit 961423f
Showing 1 changed file with 118 additions and 139 deletions.
Loading

0 comments on commit 961423f

Please sign in to comment.