mirror of https://gitee.com/openkylin/linux.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 <acme@ghostprotocols.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c5c13fafd6
commit
edec231a8a
|
@ -88,6 +88,7 @@ int sysctl_ipv6_bindv6only;
|
||||||
|
|
||||||
#ifdef INET_REFCNT_DEBUG
|
#ifdef INET_REFCNT_DEBUG
|
||||||
atomic_t inet6_sock_nr;
|
atomic_t inet6_sock_nr;
|
||||||
|
EXPORT_SYMBOL(inet6_sock_nr);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* The inetsw table contains everything that inet_create needs to
|
/* The inetsw table contains everything that inet_create needs to
|
||||||
|
|
Loading…
Reference in New Issue