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)
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>

No differences found