mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
[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
|
||||
atomic_t inet6_sock_nr;
|
||||
EXPORT_SYMBOL(inet6_sock_nr);
|
||||
#endif
|
||||
|
||||
/* The inetsw table contains everything that inet_create needs to
|
||||
|
Loading…
Reference in New Issue
Block a user