Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac34cb6c authored by Kirill Tkhai's avatar Kirill Tkhai Committed by David S. Miller
Browse files

net: Convert ping_v6_net_ops



These pernet_operations only register and unregister /proc
entries, so it's possible to mark them async.

Signed-off-by: default avatarKirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 58708cae
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -240,6 +240,7 @@ static void __net_init ping_v6_proc_exit_net(struct net *net)
static struct pernet_operations ping_v6_net_ops = {
static struct pernet_operations ping_v6_net_ops = {
	.init = ping_v6_proc_init_net,
	.init = ping_v6_proc_init_net,
	.exit = ping_v6_proc_exit_net,
	.exit = ping_v6_proc_exit_net,
	.async = true,
};
};
#endif
#endif