[IPV4]: Thresholds in fib_trie.c are used as consts, so make them const.
authorDenis V. Lunev <den@openvz.org>
Thu, 13 Dec 2007 17:47:57 +0000 (09:47 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:57:57 +0000 (14:57 -0800)
commitf5026fabda54e5ab5d469d8cfac5f46b4d321ce9
treea4cc511175bede5dcfd1d1979086ee688d7e7e73
parent8a4a50f98bc13670bee94c40b94bc169e1263cd9
[IPV4]: Thresholds in fib_trie.c are used as consts, so make them const.

There are several thresholds for trie fib hash management. They are used
in the code as a constants. Make them constants from the compiler point of
view.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_trie.c