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:
Kirill Tkhai 2018-02-13 12:30:27 +03:00 коммит произвёл David S. Miller
Родитель 22769a2a6e
Коммит 0bc9be6718
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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 = {