From: Martin KaFai Lau Date: Sat, 23 May 2015 03:55:57 +0000 (-0700) Subject: ipv6: Remove external dependency on rt6i_dst and rt6i_src X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~224^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd0273d7939f2ce3247f6aac5f6b9a0135d4cd39;p=pandora-kernel.git ipv6: Remove external dependency on rt6i_dst and rt6i_src This patch removes the assumptions that the returned rt is always a RTF_CACHE entry with the rt6i_dst and rt6i_src containing the destination and source address. The dst and src can be recovered from the calling site. We may consider to rename (rt6i_dst, rt6i_src) to (rt6i_key_dst, rt6i_key_src) later. Signed-off-by: Martin KaFai Lau Reviewed-by: Hannes Frederic Sowa Cc: Steffen Klassert Cc: Julian Anastasov Signed-off-by: David S. Miller --- Reading git-diff-tree failed