commit | 013b96ec64616b57fc631b304dfcecc5bc288f90 | [log] [tgz] |
---|---|---|
author | David Miller <davem@davemloft.net> | Thu Apr 11 15:02:07 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 11 21:33:31 2019 -0700 |
tree | 0b4e504f19d268f8003d58a82b9cbbf249d36d1d | |
parent | 178ca044aa60cb05102148b635cb82f6986451a3 [diff] |
sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event(). Now the SKB list implementation assumption can be removed. And now that we know that the list head is always non-NULL we can remove the code blocks dealing with that as well. Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>