From: Denis V. Lunev Date: Thu, 13 Dec 2007 17:47:57 +0000 (-0800) Subject: [IPV4]: Thresholds in fib_trie.c are used as consts, so make them const. X-Git-Tag: v2.6.25-rc1~1162^2~1094 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5026fabda54e5ab5d469d8cfac5f46b4d321ce9;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed