From: David S. Miller Date: Mon, 9 May 2011 20:28:22 +0000 (-0700) Subject: ipv4: icmp: Eliminate remaining uses of rt->rt_src X-Git-Tag: v3.0-rc1~377^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f6abb5f175bdb9ecfd390000a631bf0abf2fedb;p=pandora-kernel.git ipv4: icmp: Eliminate remaining uses of rt->rt_src On input packets, rt->rt_src always equals ip_hdr(skb)->saddr Anything that mangles or otherwise changes the IP header must relookup the route found at skb_rtable(). Therefore this invariant must always hold true. Signed-off-by: David S. Miller --- Reading git-diff-tree failed