From: David S. Miller Date: Tue, 17 Jul 2012 21:44:26 +0000 (-0700) Subject: ipv4: Turn rt->rt_route_iif into rt->rt_is_input. X-Git-Tag: v3.6-rc1~125^2~18^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9917e1e8762745191eba5a3bf2040278cbddbee1;p=pandora-kernel.git ipv4: Turn rt->rt_route_iif into rt->rt_is_input. That is this value's only use, as a boolean to indicate whether a route is an input route or not. So implement it that way, using a u16 gap present in the struct already. Signed-off-by: David S. Miller --- Reading git-diff-tree failed