]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: make tcp_build_frag() static
authorPaolo Abeni <pabeni@redhat.com>
Wed, 22 Sep 2021 17:26:42 +0000 (19:26 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Sep 2021 11:50:26 +0000 (12:50 +0100)
commitacf30e6960ec472c2b5485c9723eca0e954ceea6
tree7cbe27ec03f4a2eae6eaef75f0577a4802d5b3bd
parent42f25983edf4d5b05b1c452e8c7e2f0834f058dd
tcp: make tcp_build_frag() static

After the previous patch the mentioned helper is
used only inside its compilation unit: let's make
it static.

RFC -> v1:
 - preserve the tcp_build_frag() helper (Eric)

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp.c