Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[IPV6]: export inet6_sock_nr

Please apply, SCTP/DCCP needs this when INET_REFCNT_DEBUG
is set.

Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Arnaldo Carvalho de Melo and committed by
David S. Miller
edec231a c5c13faf

+1
+1
net/ipv6/af_inet6.c
··· 88 88 89 89 #ifdef INET_REFCNT_DEBUG 90 90 atomic_t inet6_sock_nr; 91 + EXPORT_SYMBOL(inet6_sock_nr); 91 92 #endif 92 93 93 94 /* The inetsw table contains everything that inet_create needs to