From: Stephen Hemminger Date: Wed, 24 Aug 2005 04:59:41 +0000 (-0700) Subject: [IPV4]: FIB trie cleanup X-Git-Tag: v2.6.14-rc1~1035^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c7770c740156c8802c23d24fc094d06967d997d;p=pandora-kernel.git [IPV4]: FIB trie cleanup This is a redo of earlier cleanup stuff: * replace DBG() macro with pr_debug() * get rid of duplicate extern's that are already in fib_lookup.h * use BUG_ON and WARN_ON * don't use BUG checks for null pointers where next statement would get a fault anyway * remove debug printout when rebalance causes deep tree * remove trailing blanks Signed-off-by: Stephen Hemminger Signed-off-by: Robert Olsson Signed-off-by: David S. Miller --- Reading git-diff-tree failed