]> err.no Git - linux-2.6/blobdiff - net/ipv4/fib_trie.c
[PATCH] zd1211rw: Mark some data const
[linux-2.6] / net / ipv4 / fib_trie.c
index 5d2b43d9f8fcdc0c1ff3fe14b463656bab0424ff..9be7da7c3a8fa8ed474031e2375aa53586d81f12 100644 (file)
@@ -292,8 +292,8 @@ static inline void check_tnode(const struct tnode *tn)
 
 static int halve_threshold = 25;
 static int inflate_threshold = 50;
-static int halve_threshold_root = 15;
-static int inflate_threshold_root = 25;
+static int halve_threshold_root = 8;
+static int inflate_threshold_root = 15;
 
 
 static void __alias_free_mem(struct rcu_head *head)