summaryrefslogtreecommitdiffstats
path: root/include/net/netns
diff options
context:
space:
mode:
authorEric Dumazet2012-07-30 09:14:29 +0200
committerDavid S. Miller2012-07-30 23:53:22 +0200
commit0c7462a2351b4cc502f326aad7fedd04909928be (patch)
tree0f60f604b836d310d7a587b701232870d00f3446 /include/net/netns
parentnet: ipv4: fix RCU races on dst refcounts (diff)
downloadkernel-qcow2-linux-0c7462a2351b4cc502f326aad7fedd04909928be.tar.gz
kernel-qcow2-linux-0c7462a2351b4cc502f326aad7fedd04909928be.tar.xz
kernel-qcow2-linux-0c7462a2351b4cc502f326aad7fedd04909928be.zip
ipv4: remove rt_cache_rebuild_count
After IP route cache removal, rt_cache_rebuild_count is no longer used. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netns')
-rw-r--r--include/net/netns/ipv4.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h
index 0ffb8e31f3cd..1474dd65c66f 100644
--- a/include/net/netns/ipv4.h
+++ b/include/net/netns/ipv4.h
@@ -61,8 +61,6 @@ struct netns_ipv4 {
int sysctl_icmp_ratelimit;
int sysctl_icmp_ratemask;
int sysctl_icmp_errors_use_inbound_ifaddr;
- int sysctl_rt_cache_rebuild_count;
- int current_rt_cache_rebuild_count;
unsigned int sysctl_ping_group_range[2];
long sysctl_tcp_mem[3];