From: David S. Miller Date: Thu, 17 Feb 2011 05:44:24 +0000 (-0800) Subject: ipv4: Use const'ify fib_result deep in the route call chains. X-Git-Tag: v2.6.39-rc1~468^2~328 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=982721f3911b2619482e05910644e5699fbeb065;p=pandora-kernel.git ipv4: Use const'ify fib_result deep in the route call chains. 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 --- Reading git-diff-tree failed