tcp: get rid of __tcp_add_write_queue_tail()
authorEric Dumazet <edumazet@google.com>
Tue, 26 Feb 2019 17:49:10 +0000 (09:49 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Feb 2019 21:16:03 +0000 (13:16 -0800)
commita43e052beacb2c0cecd0e807590b70fc4ff99dba
treea70723a4d9b41acdb9275643c590e3dc1ce711ab
parent6c7b4ee7f96d77a40e474f7541c4e543a669dbde
tcp: get rid of __tcp_add_write_queue_tail()

This helper is only used from tcp_add_write_queue_tail(), and does
not make the code more readable.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h