]> Git Repo - linux.git/blobdiff - net/ipv4/udplite.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux.git] / net / ipv4 / udplite.c
index f96614e9b9a5d866e6ed01f7624f097c408a84ce..72f2c3806408c78650a51a1dbb54304eab68be3b 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)
This page took 0.032094 seconds and 4 git commands to generate.