ipv4: don't spam dmesg with "Using LC-trie" messages
authorAlexey Dobriyan <adobriyan@gmail.com>
Sun, 1 May 2011 02:04:11 +0000 (02:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 May 2011 06:17:50 +0000 (23:17 -0700)
commit7cfd260910b881250cde76ba92ebe3cbf8493a8f
tree4a5eb018c25ccacfd744ba6feb6b367fdd45d7da
parenta05d2ad1c1f391c7f514a1d1e09b5417968a7d07
ipv4: don't spam dmesg with "Using LC-trie" messages

fib_trie_table() is called during netns creation and
Chromium uses clone(CLONE_NEWNET) to sandbox renderer process.

Don't print anything.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_trie.c