Skip to content

Commit

Permalink
ipv6: remove ipv6_statistics
Browse files Browse the repository at this point in the history
commit 9261e53 (ipv6: making ip and icmp statistics per/namespace)
forgot to remove ipv6_statistics variable.

commit bc417d9 (ipv6: remove stale MIB definitions) took care of
icmpv6_statistics & icmpv6msg_statistics

Signed-off-by: Eric Dumazet <[email protected]>
CC: Denis V. Lunev <[email protected]>
CC: Alexey Dobriyan <[email protected]>
CC: Hideaki YOSHIFUJI <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Eric Dumazet authored and davem330 committed Jun 26, 2010
1 parent 1823e4c commit 9587c6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/ipv6/ipv6_sockglue.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@

#include <asm/uaccess.h>

DEFINE_SNMP_STAT(struct ipstats_mib, ipv6_statistics) __read_mostly;

struct ip6_ra_chain *ip6_ra_chain;
DEFINE_RWLOCK(ip6_ra_lock);

Expand Down

0 comments on commit 9587c6d

Please sign in to comment.