]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit0a5680b4969274802001dda6135c8034ffa01116
treea4cc511175bede5dcfd1d1979086ee688d7e7e73
parent24a868f8a821987fedee7cd34c978668e5fa9fda
[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