net: Convert pernet_subsys, registered from inet_init()
[linux-2.6-microblaze.git] / net / ipv4 / udplite.c
index f96614e..72f2c38 100644 (file)
@@ -104,6 +104,7 @@ static void __net_exit udplite4_proc_exit_net(struct net *net)
 static struct pernet_operations udplite4_net_ops = {
        .init = udplite4_proc_init_net,
        .exit = udplite4_proc_exit_net,
+       .async = true,
 };
 
 static __init int udplite4_proc_init(void)