ipv4: Fetch route saddr from flow key in inet_sk_reselect_saddr().
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:16:53 +0000 (23:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:16:53 +0000 (23:16 -0700)
Now that output route lookups update the flow with
source address selection, we can fetch it from
fl4->saddr instead of rt->rt_src

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found