net: Make msg_zerocopy_alloc static
authorDavid Ahern <dsahern@kernel.org>
Wed, 4 May 2022 17:09:47 +0000 (10:09 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 6 May 2022 00:02:50 +0000 (17:02 -0700)
commitc67b627e99affe4865b13557d68152ad4c35515c
treec088467cdf990a7c56190ea734b7b37c590d2b08
parent8d602e1a132e91eb7bc1a2cbe96019371eb8da64
net: Make msg_zerocopy_alloc static

msg_zerocopy_alloc is only used by msg_zerocopy_realloc; remove the
export and make static in skbuff.c

Signed-off-by: David Ahern <dsahern@kernel.org>
Acked-by: Jonathan Lemon <jonathan.lemon@gmail.com>
Link: https://lore.kernel.org/r/20220504170947.18773-1-dsahern@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/skbuff.h
net/core/skbuff.c