commit | f5026fabda54e5ab5d469d8cfac5f46b4d321ce9 | [log] [tgz] |
---|---|---|
author | Denis V. Lunev <den@openvz.org> | Thu Dec 13 09:47:57 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:57:57 2008 -0800 |
tree | a4cc511175bede5dcfd1d1979086ee688d7e7e73 | |
parent | 8a4a50f98bc13670bee94c40b94bc169e1263cd9 [diff] |
[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>