aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/lockd/svc.c1
-rw-r--r--fs/nfs/blocklayout/rpc_pipefs.c1
-rw-r--r--fs/nfs/dns_resolve.c1
-rw-r--r--fs/nfs/inode.c1
-rw-r--r--fs/nfs_common/grace.c1
-rw-r--r--fs/nfsd/nfsctl.c1
-rw-r--r--fs/proc/proc_net.c1
7 files changed, 0 insertions, 7 deletions
diff --git a/fs/lockd/svc.c b/fs/lockd/svc.c
index 2dee4e03ff1c..9c36d614bf89 100644
--- a/fs/lockd/svc.c
+++ b/fs/lockd/svc.c
@@ -709,7 +709,6 @@ static struct pernet_operations lockd_net_ops = {
709 .exit = lockd_exit_net, 709 .exit = lockd_exit_net,
710 .id = &lockd_net_id, 710 .id = &lockd_net_id,
711 .size = sizeof(struct lockd_net), 711 .size = sizeof(struct lockd_net),
712 .async = true,
713}; 712};
714 713
715 714
diff --git a/fs/nfs/blocklayout/rpc_pipefs.c b/fs/nfs/blocklayout/rpc_pipefs.c
index ef9fa111b009..9fb067a6f7e0 100644
--- a/fs/nfs/blocklayout/rpc_pipefs.c
+++ b/fs/nfs/blocklayout/rpc_pipefs.c
@@ -261,7 +261,6 @@ static void nfs4blocklayout_net_exit(struct net *net)
261static struct pernet_operations nfs4blocklayout_net_ops = { 261static struct pernet_operations nfs4blocklayout_net_ops = {
262 .init = nfs4blocklayout_net_init, 262 .init = nfs4blocklayout_net_init,
263 .exit = nfs4blocklayout_net_exit, 263 .exit = nfs4blocklayout_net_exit,
264 .async = true,
265}; 264};
266 265
267int __init bl_init_pipefs(void) 266int __init bl_init_pipefs(void)
diff --git a/fs/nfs/dns_resolve.c b/fs/nfs/dns_resolve.c
index e90bd69ab653..060c658eab66 100644
--- a/fs/nfs/dns_resolve.c
+++ b/fs/nfs/dns_resolve.c
@@ -410,7 +410,6 @@ static void nfs4_dns_net_exit(struct net *net)
410static struct pernet_operations nfs4_dns_resolver_ops = { 410static struct pernet_operations nfs4_dns_resolver_ops = {
411 .init = nfs4_dns_net_init, 411 .init = nfs4_dns_net_init,
412 .exit = nfs4_dns_net_exit, 412 .exit = nfs4_dns_net_exit,
413 .async = true,
414}; 413};
415 414
416static int rpc_pipefs_event(struct notifier_block *nb, unsigned long event, 415static int rpc_pipefs_event(struct notifier_block *nb, unsigned long event,
diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c
index 6c3083c992e5..7d893543cf3b 100644
--- a/fs/nfs/inode.c
+++ b/fs/nfs/inode.c
@@ -2122,7 +2122,6 @@ static struct pernet_operations nfs_net_ops = {
2122 .exit = nfs_net_exit, 2122 .exit = nfs_net_exit,
2123 .id = &nfs_net_id, 2123 .id = &nfs_net_id,
2124 .size = sizeof(struct nfs_net), 2124 .size = sizeof(struct nfs_net),
2125 .async = true,
2126}; 2125};
2127 2126
2128/* 2127/*
diff --git a/fs/nfs_common/grace.c b/fs/nfs_common/grace.c
index 8c743a405df6..5be08f02a76b 100644
--- a/fs/nfs_common/grace.c
+++ b/fs/nfs_common/grace.c
@@ -118,7 +118,6 @@ static struct pernet_operations grace_net_ops = {
118 .exit = grace_exit_net, 118 .exit = grace_exit_net,
119 .id = &grace_net_id, 119 .id = &grace_net_id,
120 .size = sizeof(struct list_head), 120 .size = sizeof(struct list_head),
121 .async = true,
122}; 121};
123 122
124static int __init 123static int __init
diff --git a/fs/nfsd/nfsctl.c b/fs/nfsd/nfsctl.c
index 1e3824e6cce0..d107b4426f7e 100644
--- a/fs/nfsd/nfsctl.c
+++ b/fs/nfsd/nfsctl.c
@@ -1263,7 +1263,6 @@ static struct pernet_operations nfsd_net_ops = {
1263 .exit = nfsd_exit_net, 1263 .exit = nfsd_exit_net,
1264 .id = &nfsd_net_id, 1264 .id = &nfsd_net_id,
1265 .size = sizeof(struct nfsd_net), 1265 .size = sizeof(struct nfsd_net),
1266 .async = true,
1267}; 1266};
1268 1267
1269static int __init init_nfsd(void) 1268static int __init init_nfsd(void)
diff --git a/fs/proc/proc_net.c b/fs/proc/proc_net.c
index da6f8733c9c5..68c06ae7888c 100644
--- a/fs/proc/proc_net.c
+++ b/fs/proc/proc_net.c
@@ -237,7 +237,6 @@ static __net_exit void proc_net_ns_exit(struct net *net)
237static struct pernet_operations __net_initdata proc_net_ns_ops = { 237static struct pernet_operations __net_initdata proc_net_ns_ops = {
238 .init = proc_net_ns_init, 238 .init = proc_net_ns_init,
239 .exit = proc_net_ns_exit, 239 .exit = proc_net_ns_exit,
240 .async = true,
241}; 240};
242 241
243int __init proc_net_init(void) 242int __init proc_net_init(void)