From 5aaacba08fafee1c59e082714f1607f6f06951aa Mon Sep 17 00:00:00 2001 From: "Denis V. Lunev" Date: Thu, 13 Dec 2007 09:47:57 -0800 Subject: [PATCH] --- yaml --- r: 78454 b: refs/heads/master c: f5026fabda54e5ab5d469d8cfac5f46b4d321ce9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/ipv4/fib_trie.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index d8fbf57f1eb5..181fe4752b76 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8a4a50f98bc13670bee94c40b94bc169e1263cd9 +refs/heads/master: f5026fabda54e5ab5d469d8cfac5f46b4d321ce9 diff --git a/trunk/net/ipv4/fib_trie.c b/trunk/net/ipv4/fib_trie.c index 9126eea71670..a842204df7ba 100644 --- a/trunk/net/ipv4/fib_trie.c +++ b/trunk/net/ipv4/fib_trie.c @@ -299,10 +299,10 @@ static inline void check_tnode(const struct tnode *tn) WARN_ON(tn && tn->pos+tn->bits > 32); } -static int halve_threshold = 25; -static int inflate_threshold = 50; -static int halve_threshold_root = 8; -static int inflate_threshold_root = 15; +static const int halve_threshold = 25; +static const int inflate_threshold = 50; +static const int halve_threshold_root = 8; +static const int inflate_threshold_root = 15; static void __alias_free_mem(struct rcu_head *head)