diff options
Diffstat (limited to 'fs/nfs')
-rw-r--r-- | fs/nfs/blocklayout/rpc_pipefs.c | 1 | ||||
-rw-r--r-- | fs/nfs/dns_resolve.c | 1 | ||||
-rw-r--r-- | fs/nfs/inode.c | 1 |
3 files changed, 0 insertions, 3 deletions
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) | |||
261 | static struct pernet_operations nfs4blocklayout_net_ops = { | 261 | static 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 | ||
267 | int __init bl_init_pipefs(void) | 266 | int __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) | |||
410 | static struct pernet_operations nfs4_dns_resolver_ops = { | 410 | static 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 | ||
416 | static int rpc_pipefs_event(struct notifier_block *nb, unsigned long event, | 415 | static 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 | /* |