]> 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)
commitace4d09767db7badb509197b2b691ba717163c25
tree7cbe27ec03f4a2eae6eaef75f0577a4802d5b3bd
parentdcf2d771050c76557372829e36fb31466341334f
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