git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0fe91d
)
[IPV4]: Explicitly call fib_get_table() in fib_frontend.c
author
Pavel Emelyanov
<xemul@openvz.org>
Wed, 24 Oct 2007 04:17:27 +0000
(21:17 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Wed, 24 Oct 2007 04:27:58 +0000
(21:27 -0700)
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 <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found