From: Kirill Tkhai Date: Tue, 13 Feb 2018 09:30:27 +0000 (+0300) Subject: net: Convert addrconf_ops X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0bc9be67185ec90feedc971af6e7b84ab932703a;p=linux.git net: Convert addrconf_ops These pernet_operations (un)register sysctl, which are not touched by anybody else. So, it's safe to make them async. Signed-off-by: Kirill Tkhai Acked-by: Andrei Vagin Signed-off-by: David S. Miller --- diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index e1846b97ee695..8c17f8d8d5d92 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c @@ -6550,6 +6550,7 @@ static void __net_exit addrconf_exit_net(struct net *net) static struct pernet_operations addrconf_ops = { .init = addrconf_init_net, .exit = addrconf_exit_net, + .async = true, }; static struct rtnl_af_ops inet6_ops __read_mostly = {