From: Arnaldo Carvalho de Melo Date: Mon, 25 Apr 2005 03:22:28 +0000 (-0700) Subject: [IPV6]: export inet6_sock_nr X-Git-Tag: v2.6.12-rc4~229 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=edec231a8a652384cb6d61e648338aa5155f2b72;p=~shefty%2Frdma-dev.git [IPV6]: export inet6_sock_nr Please apply, SCTP/DCCP needs this when INET_REFCNT_DEBUG is set. Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- diff --git a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c index 768b11703da..53a6680d540 100644 --- a/net/ipv6/af_inet6.c +++ b/net/ipv6/af_inet6.c @@ -88,6 +88,7 @@ int sysctl_ipv6_bindv6only; #ifdef INET_REFCNT_DEBUG atomic_t inet6_sock_nr; +EXPORT_SYMBOL(inet6_sock_nr); #endif /* The inetsw table contains everything that inet_create needs to