From: Pavel Emelyanov Date: Wed, 24 Oct 2007 04:17:27 +0000 (-0700) Subject: [IPV4]: Explicitly call fib_get_table() in fib_frontend.c X-Git-Tag: v2.6.24-rc2~139^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03cf786c4e83dba404ad23ca58f49147ae52dffd;p=pandora-kernel.git [IPV4]: Explicitly call fib_get_table() in fib_frontend.c In case the "multiple tables" config option is y, the ip_fib_local_table is not a variable, but a macro, that calls fib_get_table(RT_TABLE_LOCAL). Some code uses this "variable" *3* times in one place, thus implicitly making 3 calls. Fix it. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed