From: David S. Miller Date: Fri, 6 Jul 2012 05:13:13 +0000 (-0700) Subject: ipv4: Avoid overhead when no custom FIB rules are installed. X-Git-Tag: v3.6-rc1~125^2~285 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4530fa574df4d833506c53697ed1daa0d390bf4;p=pandora-kernel.git ipv4: Avoid overhead when no custom FIB rules are installed. If the user hasn't actually installed any custom rules, or fiddled with the default ones, don't go through the whole FIB rules layer. It's just pure overhead. Instead do what we do with CONFIG_IP_MULTIPLE_TABLES disabled, check the individual tables by hand, one by one. Also, move fib_num_tclassid_users into the ipv4 network namespace. Signed-off-by: David S. Miller --- Reading git-diff-tree failed