net: Convert raw6_net_ops, udplite6_net_ops, ipv6_proc_ops, if6_proc_net_ops and ip6_route_net_late_ops
These pernet_operations create and destroy /proc entries and safely may be converted and safely may be mark as async. Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
1a2e93329d
commit
509114112d
@@ -4257,6 +4257,7 @@ static void __net_exit if6_proc_net_exit(struct net *net)
|
||||
static struct pernet_operations if6_proc_net_ops = {
|
||||
.init = if6_proc_net_init,
|
||||
.exit = if6_proc_net_exit,
|
||||
.async = true,
|
||||
};
|
||||
|
||||
int __init if6_proc_init(void)
|
||||
|
Reference in New Issue
Block a user