aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/route.c')
-rw-r--r--net/ipv4/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c
index 91867d3e6328..df9347314538 100644
--- a/net/ipv4/route.c
+++ b/net/ipv4/route.c
@@ -3414,7 +3414,7 @@ int __init ip_rt_init(void)
3414 alloc_large_system_hash("IP route cache", 3414 alloc_large_system_hash("IP route cache",
3415 sizeof(struct rt_hash_bucket), 3415 sizeof(struct rt_hash_bucket),
3416 rhash_entries, 3416 rhash_entries,
3417 (num_physpages >= 128 * 1024) ? 3417 (totalram_pages >= 128 * 1024) ?
3418 15 : 17, 3418 15 : 17,
3419 0, 3419 0,
3420 &rt_hash_log, 3420 &rt_hash_log,