From: David S. Miller Date: Mon, 9 May 2011 22:13:28 +0000 (-0700) Subject: ipv4: xfrm: Eliminate ->rt_src reference in policy code. X-Git-Tag: v3.0-rc1~377^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f01cb0827c84bd9c4866b849415b3aa6f0428df;p=pandora-kernel.git ipv4: xfrm: Eliminate ->rt_src reference in policy code. Rearrange xfrm4_dst_lookup() so that it works by calling a helper function __xfrm_dst_lookup() that takes an explicit flow key storage area as an argument. Use this new helper in xfrm4_get_saddr() so we can fetch the selected source address from the flow instead of from rt->rt_src Signed-off-by: David S. Miller --- Reading git-diff-tree failed