From f5026fabda54e5ab5d469d8cfac5f46b4d321ce9 Mon Sep 17 00:00:00 2001 From: "Denis V. Lunev" Date: Thu, 13 Dec 2007 09:47:57 -0800 Subject: [PATCH] [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-format-patch failed