Skip to content

Commit

Permalink
[IPV6]: export inet6_sock_nr
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnaldo Carvalho de Melo authored and David S. Miller committed Apr 25, 2005
1 parent c5c13fa commit edec231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/ipv6/af_inet6.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edec231

Please sign in to comment.