[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)
commit2f7f54b725f1a93f0a4daace1a924bee382b33b6
tree462d68d932cfa06eb2917cbb27b376d258f67d2c
parent3e6c9fb5f5a4cab0d2342b69d4e46e8f5a08b04e
[IP6TUNNEL]: Use proper net instead of init_net stubs.

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>
net/ipv6/ip6_tunnel.c