diff options
author | Denis V. Lunev <den@openvz.org> | 2008-10-07 17:49:36 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-10-07 17:49:36 -0400 |
commit | 0c7ed677fb7013c8028045d409a48ac42151187a (patch) | |
tree | 7449bac3fd2433b541da0d458cf0aecfb90451b8 /net/ipv4/udp.c | |
parent | e43291cb37406dae405d50332eaa1ba2264c8dce (diff) |
netns: make udpv6 mib per/namespace
Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/udp.c')
-rw-r--r-- | net/ipv4/udp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c index 822c9deac83b..85f8e8e10b1b 100644 --- a/net/ipv4/udp.c +++ b/net/ipv4/udp.c | |||
@@ -108,9 +108,6 @@ | |||
108 | * Snmp MIB for the UDP layer | 108 | * Snmp MIB for the UDP layer |
109 | */ | 109 | */ |
110 | 110 | ||
111 | DEFINE_SNMP_STAT(struct udp_mib, udp_stats_in6) __read_mostly; | ||
112 | EXPORT_SYMBOL(udp_stats_in6); | ||
113 | |||
114 | struct hlist_head udp_hash[UDP_HTABLE_SIZE]; | 111 | struct hlist_head udp_hash[UDP_HTABLE_SIZE]; |
115 | DEFINE_RWLOCK(udp_hash_lock); | 112 | DEFINE_RWLOCK(udp_hash_lock); |
116 | 113 | ||