[NETNS]: Use the per-net ipv6_devconf_dflt
authorPavel Emelyanov <xemul@openvz.org>
Fri, 11 Jan 2008 01:43:22 +0000 (17:43 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:01:40 +0000 (15:01 -0800)
commit441fc2a2393a9b9ffbacb97f4427cce743579411
tree1ae7d76b20011f0acc789b77653f2ba650d8eb79
parente0da5a480cafc7ca228d6b5a05dbd77344a6bd29
[NETNS]: Use the per-net ipv6_devconf_dflt

All its users are in net/ipv6/addrconf.c's sysctl handlers.
Since they already have the struct net to get from, the
per-net ipv6_devconf_dflt can already be used.

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