diff options
-rw-r--r-- | net/ipv4/fib_trie.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/fib_trie.c b/net/ipv4/fib_trie.c index 5d2b43d9f8fc..9be7da7c3a8f 100644 --- a/net/ipv4/fib_trie.c +++ b/net/ipv4/fib_trie.c | |||
@@ -292,8 +292,8 @@ static inline void check_tnode(const struct tnode *tn) | |||
292 | 292 | ||
293 | static int halve_threshold = 25; | 293 | static int halve_threshold = 25; |
294 | static int inflate_threshold = 50; | 294 | static int inflate_threshold = 50; |
295 | static int halve_threshold_root = 15; | 295 | static int halve_threshold_root = 8; |
296 | static int inflate_threshold_root = 25; | 296 | static int inflate_threshold_root = 15; |
297 | 297 | ||
298 | 298 | ||
299 | static void __alias_free_mem(struct rcu_head *head) | 299 | static void __alias_free_mem(struct rcu_head *head) |