]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1b8bcd37acbdb2aa601ca22c35b249fe4d9aac63
treea70723a4d9b41acdb9275643c590e3dc1ce711ab
parent7adcb1150898bbcc98a61aa40d899ca3472a526b
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