|
@@ -349,6 +349,7 @@ static void __net_exit dev_proc_net_exit(struct net *net)
|
|
static struct pernet_operations __net_initdata dev_proc_ops = {
|
|
static struct pernet_operations __net_initdata dev_proc_ops = {
|
|
.init = dev_proc_net_init,
|
|
.init = dev_proc_net_init,
|
|
.exit = dev_proc_net_exit,
|
|
.exit = dev_proc_net_exit,
|
|
|
|
+ .async = true,
|
|
};
|
|
};
|
|
|
|
|
|
static int dev_mc_seq_show(struct seq_file *seq, void *v)
|
|
static int dev_mc_seq_show(struct seq_file *seq, void *v)
|
|
@@ -405,6 +406,7 @@ static void __net_exit dev_mc_net_exit(struct net *net)
|
|
static struct pernet_operations __net_initdata dev_mc_net_ops = {
|
|
static struct pernet_operations __net_initdata dev_mc_net_ops = {
|
|
.init = dev_mc_net_init,
|
|
.init = dev_mc_net_init,
|
|
.exit = dev_mc_net_exit,
|
|
.exit = dev_mc_net_exit,
|
|
|
|
+ .async = true,
|
|
};
|
|
};
|
|
|
|
|
|
int __init dev_proc_init(void)
|
|
int __init dev_proc_init(void)
|