]> 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)
commit9c27f10ce0301c23e81930a2b229cd4b78f72876
treea70723a4d9b41acdb9275643c590e3dc1ce711ab
parentcdbea3d799b8616822419321150c572fcca4d916
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