ipv4: Use const'ify fib_result deep in the route call chains.
authorDavid S. Miller <davem@davemloft.net>
Thu, 17 Feb 2011 05:44:24 +0000 (21:44 -0800)
committerDavid 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