From: Joe Stringer Date: Mon, 26 Oct 2015 03:21:49 +0000 (-0700) Subject: ipv6: Export nf_ct_frag6_consume_orig() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=190b8ffbb700a9aa47acc559779bc79c0cb14766;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git ipv6: Export nf_ct_frag6_consume_orig() This is needed in openvswitch to fix an skb leak in the next patch. Signed-off-by: Joe Stringer Acked-by: Pravin B Shelar Signed-off-by: David S. Miller --- diff --git a/net/ipv6/netfilter/nf_conntrack_reasm.c b/net/ipv6/netfilter/nf_conntrack_reasm.c index 701cd2bae0a9..c7196ad1d69f 100644 --- a/net/ipv6/netfilter/nf_conntrack_reasm.c +++ b/net/ipv6/netfilter/nf_conntrack_reasm.c @@ -646,6 +646,7 @@ void nf_ct_frag6_consume_orig(struct sk_buff *skb) s = s2; } } +EXPORT_SYMBOL_GPL(nf_ct_frag6_consume_orig); static int nf_ct_net_init(struct net *net) {