diff options
author | Vasily Averin <vvs@sw.ru> | 2011-09-29 21:11:10 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-10-03 14:13:01 -0400 |
commit | 349d2895cc8b7db1f5be677cd685209a3805d2ed (patch) | |
tree | 516d4bb328bad8920f178c639b1880d5ec582eb8 /net/ipv4/route.c | |
parent | a355d865f99d0dbbaba5595416e292592bd347dd (diff) |
ipv4: NET_IPV4_ROUTE_GC_INTERVAL removal
removing obsoleted sysctl,
ip_rt_gc_interval variable no longer used since 2.6.38
Signed-off-by: Vasily Averin <vvs@sw.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/route.c')
-rw-r--r-- | net/ipv4/route.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index 2c21d3be891b..26c77e14395f 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c | |||
@@ -120,7 +120,6 @@ | |||
120 | 120 | ||
121 | static int ip_rt_max_size; | 121 | static int ip_rt_max_size; |
122 | static int ip_rt_gc_timeout __read_mostly = RT_GC_TIMEOUT; | 122 | static int ip_rt_gc_timeout __read_mostly = RT_GC_TIMEOUT; |
123 | static int ip_rt_gc_interval __read_mostly = 60 * HZ; | ||
124 | static int ip_rt_gc_min_interval __read_mostly = HZ / 2; | 123 | static int ip_rt_gc_min_interval __read_mostly = HZ / 2; |
125 | static int ip_rt_redirect_number __read_mostly = 9; | 124 | static int ip_rt_redirect_number __read_mostly = 9; |
126 | static int ip_rt_redirect_load __read_mostly = HZ / 50; | 125 | static int ip_rt_redirect_load __read_mostly = HZ / 50; |
@@ -3121,13 +3120,6 @@ static ctl_table ipv4_route_table[] = { | |||
3121 | .proc_handler = proc_dointvec_jiffies, | 3120 | .proc_handler = proc_dointvec_jiffies, |
3122 | }, | 3121 | }, |
3123 | { | 3122 | { |
3124 | .procname = "gc_interval", | ||
3125 | .data = &ip_rt_gc_interval, | ||
3126 | .maxlen = sizeof(int), | ||
3127 | .mode = 0644, | ||
3128 | .proc_handler = proc_dointvec_jiffies, | ||
3129 | }, | ||
3130 | { | ||
3131 | .procname = "redirect_load", | 3123 | .procname = "redirect_load", |
3132 | .data = &ip_rt_redirect_load, | 3124 | .data = &ip_rt_redirect_load, |
3133 | .maxlen = sizeof(int), | 3125 | .maxlen = sizeof(int), |