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 <ktkhai@virtuozzo.com> Acked-by: Andrei Vagin <avagin@virtuozzo.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
22769a2a6e
Коммит
0bc9be6718
|
@ -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 = {
|
||||
|
|
Загрузка…
Ссылка в новой задаче