[IP6TUNNEL]: Use proper net instead of init_net stubs.
authorPavel Emelyanov <xemul@openvz.org>
Wed, 16 Apr 2008 08:23:44 +0000 (01:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Apr 2008 08:23:44 +0000 (01:23 -0700)
All the ip_route_output_key(), dev_get_by_...() and ipv6_chk_addr()
calls are now stubbed with init_net.

Fortunately, all the places already have where to get the proper
net from.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found