]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ipv4/route.c
tcp:fix the code indent
[karo-tx-linux.git] / net / ipv4 / route.c
index c40debe51b38ace1224d3c9b9342ad0c73513e1c..c4c60e9f068acc221cb47079178df40299e3ef20 100644 (file)
@@ -3397,7 +3397,7 @@ int __init ip_rt_init(void)
                                        0,
                                        &rt_hash_log,
                                        &rt_hash_mask,
-                                       0);
+                                       rhash_entries ? 0 : 512 * 1024);
        memset(rt_hash_table, 0, (rt_hash_mask + 1) * sizeof(struct rt_hash_bucket));
        rt_hash_lock_init();