ipvs: Eliminate rt->rt_dst usage in __ip_vs_get_out_rt().
authorDavid S. Miller <davem@davemloft.net>
Mon, 9 May 2011 21:38:06 +0000 (14:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 May 2011 22:23:23 +0000 (18:23 -0400)
commit44e3125ccd521585e73e6dd228b283ab26993c68
tree8d573e59fd982deacb93b3b6101c24e1c2854ad8
parente58b34425bfcb08c6bc8c520b82c37ffcec87072
ipvs: Eliminate rt->rt_dst usage in __ip_vs_get_out_rt().

We can simply track what destination address is used based upon which
code block is taken at the top of the function.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/ipvs/ip_vs_xmit.c