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:
b6bf3ca
)
ipv4: Use const'ify fib_result deep in the route call chains.
author
David S. Miller
<davem@davemloft.net>
Thu, 17 Feb 2011 05:44:24 +0000
(21:44 -0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 17 Feb 2011 23:54:42 +0000
(15:54 -0800)
The only troublesome bit here is __mkroute_output which wants
to override res->fi and res->type, compute those in local
variables instead.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found