]> git.baikalelectronics.ru Git - kernel.git/commit
udp: remove stray export symbol
authorWillem de Bruijn <willemb@google.com>
Fri, 27 Apr 2018 15:12:10 +0000 (11:12 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 28 Apr 2018 00:32:39 +0000 (20:32 -0400)
commit7d7f101bc574053e887c20b28886db9b7ebd4950
treeecf3349983887b66b02c847e0a423f14b14fe43a
parentac89e4285387a894c913e64d0a00e46f0188e6bf
udp: remove stray export symbol

UDP GSO needs to export __udp_gso_segment to call it from ipv6.

I accidentally exported static ipv4 function __udp4_gso_segment.
Remove that EXPORT_SYMBOL_GPL.

Fixes: 00773cdcbd80 ("udp: add udp gso")
Signed-off-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/udp_offload.c