ipv6: Eliminate dst_get_neighbour_noref() usage in ip6_forward().
authorDavid S. Miller <davem@davemloft.net>
Fri, 27 Jan 2012 23:32:19 +0000 (15:32 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 28 Jan 2012 02:00:08 +0000 (21:00 -0500)
It's only used to get at neigh->primary_key, which in this context is
always going to be the same as rt->rt6i_gateway.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_output.c

Simple merge