diff options
Diffstat (limited to 'net/sysctl_net.c')
-rw-r--r-- | net/sysctl_net.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sysctl_net.c b/net/sysctl_net.c index f424539829b7..9aed6fe1bf1a 100644 --- a/net/sysctl_net.c +++ b/net/sysctl_net.c | |||
@@ -89,7 +89,6 @@ static void __net_exit sysctl_net_exit(struct net *net) | |||
89 | static struct pernet_operations sysctl_pernet_ops = { | 89 | static struct pernet_operations sysctl_pernet_ops = { |
90 | .init = sysctl_net_init, | 90 | .init = sysctl_net_init, |
91 | .exit = sysctl_net_exit, | 91 | .exit = sysctl_net_exit, |
92 | .async = true, | ||
93 | }; | 92 | }; |
94 | 93 | ||
95 | static struct ctl_table_header *net_header; | 94 | static struct ctl_table_header *net_header; |