diff options
author | Arnaldo Carvalho de Melo <acme@ghostprotocols.net> | 2005-04-24 23:22:28 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-04-24 23:22:28 -0400 |
commit | edec231a8a652384cb6d61e648338aa5155f2b72 (patch) | |
tree | 70652aa8f30bea3ea83594cc4a47a11f7a8db89d /net | |
parent | c5c13fafd6548fe36b8fe9285c1912fcf96379f4 (diff) |
[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>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv6/af_inet6.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c index 768b11703daf..53a6680d540f 100644 --- a/net/ipv6/af_inet6.c +++ b/net/ipv6/af_inet6.c | |||
@@ -88,6 +88,7 @@ int sysctl_ipv6_bindv6only; | |||
88 | 88 | ||
89 | #ifdef INET_REFCNT_DEBUG | 89 | #ifdef INET_REFCNT_DEBUG |
90 | atomic_t inet6_sock_nr; | 90 | atomic_t inet6_sock_nr; |
91 | EXPORT_SYMBOL(inet6_sock_nr); | ||
91 | #endif | 92 | #endif |
92 | 93 | ||
93 | /* The inetsw table contains everything that inet_create needs to | 94 | /* The inetsw table contains everything that inet_create needs to |