diff options
-rw-r--r-- | net/core/sysctl_net_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/sysctl_net_core.c b/net/core/sysctl_net_core.c index f2d0462611c3..d714f65782b7 100644 --- a/net/core/sysctl_net_core.c +++ b/net/core/sysctl_net_core.c | |||
@@ -572,6 +572,7 @@ static __net_exit void sysctl_core_net_exit(struct net *net) | |||
572 | static __net_initdata struct pernet_operations sysctl_core_ops = { | 572 | static __net_initdata struct pernet_operations sysctl_core_ops = { |
573 | .init = sysctl_core_net_init, | 573 | .init = sysctl_core_net_init, |
574 | .exit = sysctl_core_net_exit, | 574 | .exit = sysctl_core_net_exit, |
575 | .async = true, | ||
575 | }; | 576 | }; |
576 | 577 | ||
577 | static __init int sysctl_core_init(void) | 578 | static __init int sysctl_core_init(void) |