net: Convert pernet_subsys, registered from inet_init()
[linux-2.6-microblaze.git] / net / ipv4 / ping.c
index b8f0db5..0164def 100644 (file)
@@ -1204,6 +1204,7 @@ static void __net_exit ping_v4_proc_exit_net(struct net *net)
 static struct pernet_operations ping_v4_net_ops = {
        .init = ping_v4_proc_init_net,
        .exit = ping_v4_proc_exit_net,
+       .async = true,
 };
 
 int __init ping_proc_init(void)