]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - net/sysctl_net.c
NFS4: Only set creation opendata if O_CREAT
[thirdparty/kernel/stable.git] / net / sysctl_net.c
index f424539829b764f29adfe53d0886cbfd3db53d4d..d14dab8b6774c2fbf5c0278bb1d272b46f3760b3 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /* -*- linux-c -*-
  * sysctl_net.c: sysctl interface to net subsystem.
  *
@@ -89,7 +90,6 @@ static void __net_exit sysctl_net_exit(struct net *net)
 static struct pernet_operations sysctl_pernet_ops = {
        .init = sysctl_net_init,
        .exit = sysctl_net_exit,
-       .async = true,
 };
 
 static struct ctl_table_header *net_header;