David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 1 | /* client.c: NFS client sharing and management code |
| 2 | * |
| 3 | * Copyright (C) 2006 Red Hat, Inc. All Rights Reserved. |
| 4 | * Written by David Howells (dhowells@redhat.com) |
| 5 | * |
| 6 | * This program is free software; you can redistribute it and/or |
| 7 | * modify it under the terms of the GNU General Public License |
| 8 | * as published by the Free Software Foundation; either version |
| 9 | * 2 of the License, or (at your option) any later version. |
| 10 | */ |
| 11 | |
| 12 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 13 | #include <linux/module.h> |
| 14 | #include <linux/init.h> |
Alexey Dobriyan | e8edc6e | 2007-05-21 01:22:52 +0400 | [diff] [blame] | 15 | #include <linux/sched.h> |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 16 | #include <linux/time.h> |
| 17 | #include <linux/kernel.h> |
| 18 | #include <linux/mm.h> |
| 19 | #include <linux/string.h> |
| 20 | #include <linux/stat.h> |
| 21 | #include <linux/errno.h> |
| 22 | #include <linux/unistd.h> |
Anna Schumaker | d8efa4e | 2015-07-13 14:01:28 -0400 | [diff] [blame] | 23 | #include <linux/sunrpc/addr.h> |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 24 | #include <linux/sunrpc/clnt.h> |
| 25 | #include <linux/sunrpc/stats.h> |
| 26 | #include <linux/sunrpc/metrics.h> |
\"Talpey, Thomas\ | 0896a72 | 2007-09-10 13:48:23 -0400 | [diff] [blame] | 27 | #include <linux/sunrpc/xprtsock.h> |
\"Talpey, Thomas\ | 2cf7ff7 | 2007-09-10 13:49:41 -0400 | [diff] [blame] | 28 | #include <linux/sunrpc/xprtrdma.h> |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 29 | #include <linux/nfs_fs.h> |
| 30 | #include <linux/nfs_mount.h> |
| 31 | #include <linux/nfs4_mount.h> |
| 32 | #include <linux/lockd/bind.h> |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 33 | #include <linux/seq_file.h> |
| 34 | #include <linux/mount.h> |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 35 | #include <linux/vfs.h> |
| 36 | #include <linux/inet.h> |
Trond Myklebust | 3b0d3f9 | 2008-01-03 13:28:58 -0500 | [diff] [blame] | 37 | #include <linux/in6.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 38 | #include <linux/slab.h> |
Al Viro | 4040153 | 2012-02-13 03:58:52 +0000 | [diff] [blame] | 39 | #include <linux/idr.h> |
Trond Myklebust | 3b0d3f9 | 2008-01-03 13:28:58 -0500 | [diff] [blame] | 40 | #include <net/ipv6.h> |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 41 | #include <linux/nfs_xdr.h> |
Andy Adamson | 0b5b7ae | 2009-04-01 09:23:15 -0400 | [diff] [blame] | 42 | #include <linux/sunrpc/bc_xprt.h> |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 43 | #include <linux/nsproxy.h> |
| 44 | #include <linux/pid_namespace.h> |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 45 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 46 | |
| 47 | #include "nfs4_fs.h" |
| 48 | #include "callback.h" |
| 49 | #include "delegation.h" |
| 50 | #include "iostat.h" |
| 51 | #include "internal.h" |
David Howells | 1472728 | 2009-04-03 16:42:42 +0100 | [diff] [blame] | 52 | #include "fscache.h" |
Ricardo Labiaga | 85e174b | 2010-10-20 00:17:58 -0400 | [diff] [blame] | 53 | #include "pnfs.h" |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 54 | #include "nfs.h" |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 55 | #include "netns.h" |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 56 | |
| 57 | #define NFSDBG_FACILITY NFSDBG_CLIENT |
| 58 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 59 | static DECLARE_WAIT_QUEUE_HEAD(nfs_client_active_wq); |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 60 | static DEFINE_SPINLOCK(nfs_version_lock); |
| 61 | static DEFINE_MUTEX(nfs_version_mutex); |
| 62 | static LIST_HEAD(nfs_versions); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 63 | |
| 64 | /* |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 65 | * RPC cruft for NFS |
| 66 | */ |
Trond Myklebust | a613fa1 | 2012-01-20 13:53:56 -0500 | [diff] [blame] | 67 | static const struct rpc_version *nfs_version[5] = { |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 68 | [2] = NULL, |
| 69 | [3] = NULL, |
| 70 | [4] = NULL, |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 71 | }; |
| 72 | |
Trond Myklebust | a613fa1 | 2012-01-20 13:53:56 -0500 | [diff] [blame] | 73 | const struct rpc_program nfs_program = { |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 74 | .name = "nfs", |
| 75 | .number = NFS_PROGRAM, |
| 76 | .nrvers = ARRAY_SIZE(nfs_version), |
| 77 | .version = nfs_version, |
| 78 | .stats = &nfs_rpcstat, |
Jim Rees | fe0a9b7 | 2011-07-30 20:52:42 -0400 | [diff] [blame] | 79 | .pipe_dir_name = NFS_PIPE_DIRNAME, |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 80 | }; |
| 81 | |
| 82 | struct rpc_stat nfs_rpcstat = { |
| 83 | .program = &nfs_program |
| 84 | }; |
| 85 | |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 86 | static struct nfs_subversion *find_nfs_version(unsigned int version) |
| 87 | { |
| 88 | struct nfs_subversion *nfs; |
| 89 | spin_lock(&nfs_version_lock); |
| 90 | |
| 91 | list_for_each_entry(nfs, &nfs_versions, list) { |
| 92 | if (nfs->rpc_ops->version == version) { |
| 93 | spin_unlock(&nfs_version_lock); |
| 94 | return nfs; |
| 95 | } |
Yanchuan Nian | ee34e13 | 2012-09-10 08:40:16 +0800 | [diff] [blame] | 96 | } |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 97 | |
| 98 | spin_unlock(&nfs_version_lock); |
Yanchuan Nian | ee34e13 | 2012-09-10 08:40:16 +0800 | [diff] [blame] | 99 | return ERR_PTR(-EPROTONOSUPPORT); |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 100 | } |
| 101 | |
| 102 | struct nfs_subversion *get_nfs_version(unsigned int version) |
| 103 | { |
| 104 | struct nfs_subversion *nfs = find_nfs_version(version); |
| 105 | |
| 106 | if (IS_ERR(nfs)) { |
| 107 | mutex_lock(&nfs_version_mutex); |
bjschuma@gmail.com | 1ae811e | 2012-08-08 13:57:06 -0400 | [diff] [blame] | 108 | request_module("nfsv%d", version); |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 109 | nfs = find_nfs_version(version); |
| 110 | mutex_unlock(&nfs_version_mutex); |
| 111 | } |
| 112 | |
Alexey Khoroshilov | 1f70ef9 | 2014-07-18 03:11:45 +0400 | [diff] [blame] | 113 | if (!IS_ERR(nfs) && !try_module_get(nfs->owner)) |
| 114 | return ERR_PTR(-EAGAIN); |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 115 | return nfs; |
| 116 | } |
| 117 | |
| 118 | void put_nfs_version(struct nfs_subversion *nfs) |
| 119 | { |
| 120 | module_put(nfs->owner); |
| 121 | } |
| 122 | |
| 123 | void register_nfs_version(struct nfs_subversion *nfs) |
| 124 | { |
| 125 | spin_lock(&nfs_version_lock); |
| 126 | |
| 127 | list_add(&nfs->list, &nfs_versions); |
| 128 | nfs_version[nfs->rpc_ops->version] = nfs->rpc_vers; |
| 129 | |
| 130 | spin_unlock(&nfs_version_lock); |
| 131 | } |
| 132 | EXPORT_SYMBOL_GPL(register_nfs_version); |
| 133 | |
| 134 | void unregister_nfs_version(struct nfs_subversion *nfs) |
| 135 | { |
| 136 | spin_lock(&nfs_version_lock); |
| 137 | |
| 138 | nfs_version[nfs->rpc_ops->version] = NULL; |
| 139 | list_del(&nfs->list); |
| 140 | |
| 141 | spin_unlock(&nfs_version_lock); |
| 142 | } |
| 143 | EXPORT_SYMBOL_GPL(unregister_nfs_version); |
| 144 | |
| 145 | /* |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 146 | * Allocate a shared client record |
| 147 | * |
| 148 | * Since these are allocated/deallocated very rarely, we don't |
| 149 | * bother putting them in a slab cache... |
| 150 | */ |
Bryan Schumaker | 6663ee7 | 2012-06-20 15:53:46 -0400 | [diff] [blame] | 151 | struct nfs_client *nfs_alloc_client(const struct nfs_client_initdata *cl_init) |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 152 | { |
| 153 | struct nfs_client *clp; |
Trond Myklebust | 7c67db3 | 2008-04-07 20:50:11 -0400 | [diff] [blame] | 154 | struct rpc_cred *cred; |
Chuck Lever | a21bdd9 | 2009-06-17 18:02:10 -0700 | [diff] [blame] | 155 | int err = -ENOMEM; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 156 | |
| 157 | if ((clp = kzalloc(sizeof(*clp), GFP_KERNEL)) == NULL) |
| 158 | goto error_0; |
| 159 | |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 160 | clp->cl_nfs_mod = cl_init->nfs_mod; |
Alexey Khoroshilov | 1f70ef9 | 2014-07-18 03:11:45 +0400 | [diff] [blame] | 161 | if (!try_module_get(clp->cl_nfs_mod->owner)) |
| 162 | goto error_dealloc; |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 163 | |
| 164 | clp->rpc_ops = clp->cl_nfs_mod->rpc_ops; |
Trond Myklebust | 40c55319 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 165 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 166 | atomic_set(&clp->cl_count, 1); |
| 167 | clp->cl_cons_state = NFS_CS_INITING; |
| 168 | |
Chuck Lever | 6e4cffd | 2007-12-10 14:58:15 -0500 | [diff] [blame] | 169 | memcpy(&clp->cl_addr, cl_init->addr, cl_init->addrlen); |
| 170 | clp->cl_addrlen = cl_init->addrlen; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 171 | |
Trond Myklebust | 3a49802 | 2007-12-14 14:56:04 -0500 | [diff] [blame] | 172 | if (cl_init->hostname) { |
Chuck Lever | a21bdd9 | 2009-06-17 18:02:10 -0700 | [diff] [blame] | 173 | err = -ENOMEM; |
Trond Myklebust | 3a49802 | 2007-12-14 14:56:04 -0500 | [diff] [blame] | 174 | clp->cl_hostname = kstrdup(cl_init->hostname, GFP_KERNEL); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 175 | if (!clp->cl_hostname) |
Benny Halevy | 7146851 | 2009-04-01 09:22:56 -0400 | [diff] [blame] | 176 | goto error_cleanup; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 177 | } |
| 178 | |
| 179 | INIT_LIST_HEAD(&clp->cl_superblocks); |
| 180 | clp->cl_rpcclient = ERR_PTR(-EINVAL); |
| 181 | |
Trond Myklebust | 59dca3b | 2008-01-03 16:29:06 -0500 | [diff] [blame] | 182 | clp->cl_proto = cl_init->proto; |
Chuck Lever | 73ea666 | 2012-05-21 22:44:50 -0400 | [diff] [blame] | 183 | clp->cl_net = get_net(cl_init->net); |
Trond Myklebust | 59dca3b | 2008-01-03 16:29:06 -0500 | [diff] [blame] | 184 | |
Trond Myklebust | 68c9715 | 2012-01-03 13:22:46 -0500 | [diff] [blame] | 185 | cred = rpc_lookup_machine_cred("*"); |
Trond Myklebust | 7c67db3 | 2008-04-07 20:50:11 -0400 | [diff] [blame] | 186 | if (!IS_ERR(cred)) |
| 187 | clp->cl_machine_cred = cred; |
David Howells | 1472728 | 2009-04-03 16:42:42 +0100 | [diff] [blame] | 188 | nfs_fscache_get_client_cookie(clp); |
| 189 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 190 | return clp; |
| 191 | |
Benny Halevy | 7146851 | 2009-04-01 09:22:56 -0400 | [diff] [blame] | 192 | error_cleanup: |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 193 | put_nfs_version(clp->cl_nfs_mod); |
Alexey Khoroshilov | 1f70ef9 | 2014-07-18 03:11:45 +0400 | [diff] [blame] | 194 | error_dealloc: |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 195 | kfree(clp); |
| 196 | error_0: |
Chuck Lever | a21bdd9 | 2009-06-17 18:02:10 -0700 | [diff] [blame] | 197 | return ERR_PTR(err); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 198 | } |
Bryan Schumaker | ddda8e0 | 2012-07-30 16:05:23 -0400 | [diff] [blame] | 199 | EXPORT_SYMBOL_GPL(nfs_alloc_client); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 200 | |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 201 | #if IS_ENABLED(CONFIG_NFS_V4) |
Stanislav Kinsbursky | 28cd1b3 | 2012-01-23 17:26:22 +0000 | [diff] [blame] | 202 | void nfs_cleanup_cb_ident_idr(struct net *net) |
Andy Adamson | f4eecd5 | 2011-01-06 02:04:30 +0000 | [diff] [blame] | 203 | { |
Stanislav Kinsbursky | 28cd1b3 | 2012-01-23 17:26:22 +0000 | [diff] [blame] | 204 | struct nfs_net *nn = net_generic(net, nfs_net_id); |
| 205 | |
| 206 | idr_destroy(&nn->cb_ident_idr); |
Andy Adamson | f4eecd5 | 2011-01-06 02:04:30 +0000 | [diff] [blame] | 207 | } |
| 208 | |
| 209 | /* nfs_client_lock held */ |
| 210 | static void nfs_cb_idr_remove_locked(struct nfs_client *clp) |
| 211 | { |
Chuck Lever | 73ea666 | 2012-05-21 22:44:50 -0400 | [diff] [blame] | 212 | struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id); |
Stanislav Kinsbursky | 28cd1b3 | 2012-01-23 17:26:22 +0000 | [diff] [blame] | 213 | |
Andy Adamson | f4eecd5 | 2011-01-06 02:04:30 +0000 | [diff] [blame] | 214 | if (clp->cl_cb_ident) |
Stanislav Kinsbursky | 28cd1b3 | 2012-01-23 17:26:22 +0000 | [diff] [blame] | 215 | idr_remove(&nn->cb_ident_idr, clp->cl_cb_ident); |
Andy Adamson | f4eecd5 | 2011-01-06 02:04:30 +0000 | [diff] [blame] | 216 | } |
| 217 | |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 218 | static void pnfs_init_server(struct nfs_server *server) |
| 219 | { |
| 220 | rpc_init_wait_queue(&server->roc_rpcwaitq, "pNFS ROC"); |
| 221 | } |
| 222 | |
Alexandros Batsakis | 888ef2e | 2010-02-05 03:45:03 -0800 | [diff] [blame] | 223 | #else |
Stanislav Kinsbursky | 28cd1b3 | 2012-01-23 17:26:22 +0000 | [diff] [blame] | 224 | void nfs_cleanup_cb_ident_idr(struct net *net) |
Andy Adamson | f4eecd5 | 2011-01-06 02:04:30 +0000 | [diff] [blame] | 225 | { |
| 226 | } |
| 227 | |
| 228 | static void nfs_cb_idr_remove_locked(struct nfs_client *clp) |
| 229 | { |
| 230 | } |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 231 | |
| 232 | static void pnfs_init_server(struct nfs_server *server) |
| 233 | { |
| 234 | } |
| 235 | |
Alexandros Batsakis | 888ef2e | 2010-02-05 03:45:03 -0800 | [diff] [blame] | 236 | #endif /* CONFIG_NFS_V4 */ |
| 237 | |
| 238 | /* |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 239 | * Destroy a shared client record |
| 240 | */ |
Bryan Schumaker | cdb7ece | 2012-06-20 15:53:45 -0400 | [diff] [blame] | 241 | void nfs_free_client(struct nfs_client *clp) |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 242 | { |
Trond Myklebust | 40c55319 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 243 | dprintk("--> nfs_free_client(%u)\n", clp->rpc_ops->version); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 244 | |
David Howells | 1472728 | 2009-04-03 16:42:42 +0100 | [diff] [blame] | 245 | nfs_fscache_release_client_cookie(clp); |
| 246 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 247 | /* -EIO all pending I/O */ |
| 248 | if (!IS_ERR(clp->cl_rpcclient)) |
| 249 | rpc_shutdown_client(clp->cl_rpcclient); |
| 250 | |
Trond Myklebust | 7c67db3 | 2008-04-07 20:50:11 -0400 | [diff] [blame] | 251 | if (clp->cl_machine_cred != NULL) |
| 252 | put_rpccred(clp->cl_machine_cred); |
| 253 | |
Chuck Lever | 73ea666 | 2012-05-21 22:44:50 -0400 | [diff] [blame] | 254 | put_net(clp->cl_net); |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 255 | put_nfs_version(clp->cl_nfs_mod); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 256 | kfree(clp->cl_hostname); |
Jeff Layton | f11b2a1 | 2014-06-21 20:52:17 -0400 | [diff] [blame] | 257 | kfree(clp->cl_acceptor); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 258 | kfree(clp); |
| 259 | |
| 260 | dprintk("<-- nfs_free_client()\n"); |
| 261 | } |
Bryan Schumaker | ddda8e0 | 2012-07-30 16:05:23 -0400 | [diff] [blame] | 262 | EXPORT_SYMBOL_GPL(nfs_free_client); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 263 | |
| 264 | /* |
| 265 | * Release a reference to a shared client record |
| 266 | */ |
| 267 | void nfs_put_client(struct nfs_client *clp) |
| 268 | { |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 269 | struct nfs_net *nn; |
| 270 | |
David Howells | 27ba851 | 2006-07-30 14:40:56 -0400 | [diff] [blame] | 271 | if (!clp) |
| 272 | return; |
| 273 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 274 | dprintk("--> nfs_put_client({%d})\n", atomic_read(&clp->cl_count)); |
Chuck Lever | 73ea666 | 2012-05-21 22:44:50 -0400 | [diff] [blame] | 275 | nn = net_generic(clp->cl_net, nfs_net_id); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 276 | |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 277 | if (atomic_dec_and_lock(&clp->cl_count, &nn->nfs_client_lock)) { |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 278 | list_del(&clp->cl_share_link); |
Andy Adamson | f4eecd5 | 2011-01-06 02:04:30 +0000 | [diff] [blame] | 279 | nfs_cb_idr_remove_locked(clp); |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 280 | spin_unlock(&nn->nfs_client_lock); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 281 | |
Trond Myklebust | 1fea73a8 | 2012-10-15 11:24:57 -0400 | [diff] [blame] | 282 | WARN_ON_ONCE(!list_empty(&clp->cl_superblocks)); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 283 | |
Bryan Schumaker | cdb7ece | 2012-06-20 15:53:45 -0400 | [diff] [blame] | 284 | clp->rpc_ops->free_client(clp); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 285 | } |
| 286 | } |
Andy Adamson | 16b374c | 2010-10-20 00:18:04 -0400 | [diff] [blame] | 287 | EXPORT_SYMBOL_GPL(nfs_put_client); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 288 | |
Trond Myklebust | 3fbd67a | 2008-01-26 01:06:40 -0500 | [diff] [blame] | 289 | /* |
Trond Myklebust | c81468a | 2007-12-14 14:56:05 -0500 | [diff] [blame] | 290 | * Find an nfs_client on the list that matches the initialisation data |
| 291 | * that is supplied. |
| 292 | */ |
| 293 | static struct nfs_client *nfs_match_client(const struct nfs_client_initdata *data) |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 294 | { |
| 295 | struct nfs_client *clp; |
Ian Dall | d7371c4 | 2009-03-10 20:33:22 -0400 | [diff] [blame] | 296 | const struct sockaddr *sap = data->addr; |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 297 | struct nfs_net *nn = net_generic(data->net, nfs_net_id); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 298 | |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 299 | list_for_each_entry(clp, &nn->nfs_client_list, cl_share_link) { |
Ian Dall | d7371c4 | 2009-03-10 20:33:22 -0400 | [diff] [blame] | 300 | const struct sockaddr *clap = (struct sockaddr *)&clp->cl_addr; |
Trond Myklebust | 13bbc06 | 2006-10-19 23:28:40 -0700 | [diff] [blame] | 301 | /* Don't match clients that failed to initialise properly */ |
| 302 | if (clp->cl_cons_state < 0) |
| 303 | continue; |
| 304 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 305 | /* Different NFS versions cannot share the same nfs_client */ |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 306 | if (clp->rpc_ops != data->nfs_mod->rpc_ops) |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 307 | continue; |
| 308 | |
Trond Myklebust | 59dca3b | 2008-01-03 16:29:06 -0500 | [diff] [blame] | 309 | if (clp->cl_proto != data->proto) |
| 310 | continue; |
Benny Halevy | 5aae4a9 | 2009-04-01 09:21:50 -0400 | [diff] [blame] | 311 | /* Match nfsv4 minorversion */ |
| 312 | if (clp->cl_minorversion != data->minorversion) |
| 313 | continue; |
Trond Myklebust | c81468a | 2007-12-14 14:56:05 -0500 | [diff] [blame] | 314 | /* Match the full socket address */ |
Anna Schumaker | d8efa4e | 2015-07-13 14:01:28 -0400 | [diff] [blame] | 315 | if (!rpc_cmp_addr_port(sap, clap)) |
Andy Adamson | 04ea1b3 | 2016-09-09 09:22:27 -0400 | [diff] [blame] | 316 | /* Match all xprt_switch full socket addresses */ |
| 317 | if (!rpc_clnt_xprt_switch_has_addr(clp->cl_rpcclient, |
| 318 | sap)) |
| 319 | continue; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 320 | |
Trond Myklebust | c81468a | 2007-12-14 14:56:05 -0500 | [diff] [blame] | 321 | atomic_inc(&clp->cl_count); |
| 322 | return clp; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 323 | } |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 324 | return NULL; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 325 | } |
| 326 | |
Trond Myklebust | 4697bd5 | 2012-05-23 13:24:36 -0400 | [diff] [blame] | 327 | static bool nfs_client_init_is_complete(const struct nfs_client *clp) |
| 328 | { |
Trond Myklebust | 48d66b9 | 2015-03-03 20:28:59 -0500 | [diff] [blame] | 329 | return clp->cl_cons_state <= NFS_CS_READY; |
Trond Myklebust | 4697bd5 | 2012-05-23 13:24:36 -0400 | [diff] [blame] | 330 | } |
| 331 | |
| 332 | int nfs_wait_client_init_complete(const struct nfs_client *clp) |
| 333 | { |
| 334 | return wait_event_killable(nfs_client_active_wq, |
| 335 | nfs_client_init_is_complete(clp)); |
| 336 | } |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 337 | EXPORT_SYMBOL_GPL(nfs_wait_client_init_complete); |
Trond Myklebust | 4697bd5 | 2012-05-23 13:24:36 -0400 | [diff] [blame] | 338 | |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 339 | /* |
Chuck Lever | f411703 | 2012-05-21 22:45:50 -0400 | [diff] [blame] | 340 | * Found an existing client. Make sure it's ready before returning. |
| 341 | */ |
| 342 | static struct nfs_client * |
| 343 | nfs_found_client(const struct nfs_client_initdata *cl_init, |
| 344 | struct nfs_client *clp) |
| 345 | { |
| 346 | int error; |
| 347 | |
Trond Myklebust | 4697bd5 | 2012-05-23 13:24:36 -0400 | [diff] [blame] | 348 | error = nfs_wait_client_init_complete(clp); |
Chuck Lever | f411703 | 2012-05-21 22:45:50 -0400 | [diff] [blame] | 349 | if (error < 0) { |
| 350 | nfs_put_client(clp); |
| 351 | return ERR_PTR(-ERESTARTSYS); |
| 352 | } |
| 353 | |
| 354 | if (clp->cl_cons_state < NFS_CS_READY) { |
| 355 | error = clp->cl_cons_state; |
| 356 | nfs_put_client(clp); |
| 357 | return ERR_PTR(error); |
| 358 | } |
| 359 | |
Trond Myklebust | 54ac471 | 2012-05-23 13:26:10 -0400 | [diff] [blame] | 360 | smp_rmb(); |
| 361 | |
Chuck Lever | f411703 | 2012-05-21 22:45:50 -0400 | [diff] [blame] | 362 | dprintk("<-- %s found nfs_client %p for %s\n", |
| 363 | __func__, clp, cl_init->hostname ?: ""); |
| 364 | return clp; |
| 365 | } |
| 366 | |
| 367 | /* |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 368 | * Look up a client by IP address and protocol version |
| 369 | * - creates a new record if one doesn't yet exist |
| 370 | */ |
Bryan Schumaker | fcf1039 | 2012-07-16 16:39:18 -0400 | [diff] [blame] | 371 | struct nfs_client * |
Andy Adamson | 45a52a0 | 2011-03-01 01:34:08 +0000 | [diff] [blame] | 372 | nfs_get_client(const struct nfs_client_initdata *cl_init, |
Chuck Lever | 4bf590e | 2012-05-21 22:46:07 -0400 | [diff] [blame] | 373 | rpc_authflavor_t authflavour) |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 374 | { |
| 375 | struct nfs_client *clp, *new = NULL; |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 376 | struct nfs_net *nn = net_generic(cl_init->net, nfs_net_id); |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 377 | const struct nfs_rpc_ops *rpc_ops = cl_init->nfs_mod->rpc_ops; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 378 | |
Peng Tao | 31434f4 | 2014-07-08 11:45:48 +0800 | [diff] [blame] | 379 | if (cl_init->hostname == NULL) { |
| 380 | WARN_ON(1); |
| 381 | return NULL; |
| 382 | } |
| 383 | |
Chuck Lever | d7422c4 | 2007-12-10 14:58:51 -0500 | [diff] [blame] | 384 | dprintk("--> nfs_get_client(%s,v%u)\n", |
Peng Tao | 31434f4 | 2014-07-08 11:45:48 +0800 | [diff] [blame] | 385 | cl_init->hostname, rpc_ops->version); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 386 | |
| 387 | /* see if the client already exists */ |
| 388 | do { |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 389 | spin_lock(&nn->nfs_client_lock); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 390 | |
Trond Myklebust | c81468a | 2007-12-14 14:56:05 -0500 | [diff] [blame] | 391 | clp = nfs_match_client(cl_init); |
Chuck Lever | f411703 | 2012-05-21 22:45:50 -0400 | [diff] [blame] | 392 | if (clp) { |
| 393 | spin_unlock(&nn->nfs_client_lock); |
| 394 | if (new) |
Bryan Schumaker | cdb7ece | 2012-06-20 15:53:45 -0400 | [diff] [blame] | 395 | new->rpc_ops->free_client(new); |
Chuck Lever | f411703 | 2012-05-21 22:45:50 -0400 | [diff] [blame] | 396 | return nfs_found_client(cl_init, clp); |
| 397 | } |
Chuck Lever | 8cab4c3 | 2012-05-21 22:45:59 -0400 | [diff] [blame] | 398 | if (new) { |
Chuck Lever | 05f4c35 | 2012-09-14 17:24:32 -0400 | [diff] [blame] | 399 | list_add_tail(&new->cl_share_link, |
| 400 | &nn->nfs_client_list); |
Chuck Lever | 8cab4c3 | 2012-05-21 22:45:59 -0400 | [diff] [blame] | 401 | spin_unlock(&nn->nfs_client_lock); |
Chuck Lever | 4bf590e | 2012-05-21 22:46:07 -0400 | [diff] [blame] | 402 | new->cl_flags = cl_init->init_flags; |
Trond Myklebust | 5c6e5b6 | 2016-06-22 14:13:12 -0400 | [diff] [blame] | 403 | return rpc_ops->init_client(new, cl_init); |
Chuck Lever | 8cab4c3 | 2012-05-21 22:45:59 -0400 | [diff] [blame] | 404 | } |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 405 | |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 406 | spin_unlock(&nn->nfs_client_lock); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 407 | |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 408 | new = rpc_ops->alloc_client(cl_init); |
Chuck Lever | a21bdd9 | 2009-06-17 18:02:10 -0700 | [diff] [blame] | 409 | } while (!IS_ERR(new)); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 410 | |
Chuck Lever | f411703 | 2012-05-21 22:45:50 -0400 | [diff] [blame] | 411 | dprintk("<-- nfs_get_client() Failed to find %s (%ld)\n", |
Peng Tao | 31434f4 | 2014-07-08 11:45:48 +0800 | [diff] [blame] | 412 | cl_init->hostname, PTR_ERR(new)); |
Chuck Lever | a21bdd9 | 2009-06-17 18:02:10 -0700 | [diff] [blame] | 413 | return new; |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 414 | } |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 415 | EXPORT_SYMBOL_GPL(nfs_get_client); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 416 | |
| 417 | /* |
| 418 | * Mark a server as ready or failed |
| 419 | */ |
Andy Adamson | 76db6d9 | 2009-04-01 09:22:38 -0400 | [diff] [blame] | 420 | void nfs_mark_client_ready(struct nfs_client *clp, int state) |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 421 | { |
Trond Myklebust | 54ac471 | 2012-05-23 13:26:10 -0400 | [diff] [blame] | 422 | smp_wmb(); |
David Howells | 24c8dbb | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 423 | clp->cl_cons_state = state; |
| 424 | wake_up_all(&nfs_client_active_wq); |
| 425 | } |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 426 | EXPORT_SYMBOL_GPL(nfs_mark_client_ready); |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 427 | |
| 428 | /* |
| 429 | * Initialise the timeout values for a connection |
| 430 | */ |
Bryan Schumaker | fcf1039 | 2012-07-16 16:39:18 -0400 | [diff] [blame] | 431 | void nfs_init_timeout_values(struct rpc_timeout *to, int proto, |
Trond Myklebust | a956bed | 2016-08-16 10:26:47 -0400 | [diff] [blame] | 432 | int timeo, int retrans) |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 433 | { |
| 434 | to->to_initval = timeo * HZ / 10; |
| 435 | to->to_retries = retrans; |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 436 | |
| 437 | switch (proto) { |
\"Talpey, Thomas\ | 0896a72 | 2007-09-10 13:48:23 -0400 | [diff] [blame] | 438 | case XPRT_TRANSPORT_TCP: |
\"Talpey, Thomas\ | 2cf7ff7 | 2007-09-10 13:49:41 -0400 | [diff] [blame] | 439 | case XPRT_TRANSPORT_RDMA: |
Trond Myklebust | a956bed | 2016-08-16 10:26:47 -0400 | [diff] [blame] | 440 | if (retrans == NFS_UNSPEC_RETRANS) |
Trond Myklebust | 259875e | 2008-07-02 14:43:47 -0400 | [diff] [blame] | 441 | to->to_retries = NFS_DEF_TCP_RETRANS; |
Trond Myklebust | a956bed | 2016-08-16 10:26:47 -0400 | [diff] [blame] | 442 | if (timeo == NFS_UNSPEC_TIMEO || to->to_retries == 0) |
Trond Myklebust | 259875e | 2008-07-02 14:43:47 -0400 | [diff] [blame] | 443 | to->to_initval = NFS_DEF_TCP_TIMEO * HZ / 10; |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 444 | if (to->to_initval > NFS_MAX_TCP_TIMEOUT) |
| 445 | to->to_initval = NFS_MAX_TCP_TIMEOUT; |
| 446 | to->to_increment = to->to_initval; |
| 447 | to->to_maxval = to->to_initval + (to->to_increment * to->to_retries); |
Trond Myklebust | 7a3e3e1 | 2007-12-20 16:03:57 -0500 | [diff] [blame] | 448 | if (to->to_maxval > NFS_MAX_TCP_TIMEOUT) |
| 449 | to->to_maxval = NFS_MAX_TCP_TIMEOUT; |
| 450 | if (to->to_maxval < to->to_initval) |
| 451 | to->to_maxval = to->to_initval; |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 452 | to->to_exponential = 0; |
| 453 | break; |
\"Talpey, Thomas\ | 0896a72 | 2007-09-10 13:48:23 -0400 | [diff] [blame] | 454 | case XPRT_TRANSPORT_UDP: |
Trond Myklebust | a956bed | 2016-08-16 10:26:47 -0400 | [diff] [blame] | 455 | if (retrans == NFS_UNSPEC_RETRANS) |
Trond Myklebust | 259875e | 2008-07-02 14:43:47 -0400 | [diff] [blame] | 456 | to->to_retries = NFS_DEF_UDP_RETRANS; |
Trond Myklebust | a956bed | 2016-08-16 10:26:47 -0400 | [diff] [blame] | 457 | if (timeo == NFS_UNSPEC_TIMEO || to->to_initval == 0) |
Trond Myklebust | 259875e | 2008-07-02 14:43:47 -0400 | [diff] [blame] | 458 | to->to_initval = NFS_DEF_UDP_TIMEO * HZ / 10; |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 459 | if (to->to_initval > NFS_MAX_UDP_TIMEOUT) |
| 460 | to->to_initval = NFS_MAX_UDP_TIMEOUT; |
| 461 | to->to_maxval = NFS_MAX_UDP_TIMEOUT; |
| 462 | to->to_exponential = 1; |
| 463 | break; |
Trond Myklebust | 259875e | 2008-07-02 14:43:47 -0400 | [diff] [blame] | 464 | default: |
| 465 | BUG(); |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 466 | } |
| 467 | } |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 468 | EXPORT_SYMBOL_GPL(nfs_init_timeout_values); |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 469 | |
| 470 | /* |
| 471 | * Create an RPC client handle |
| 472 | */ |
Bryan Schumaker | 428360d | 2012-07-16 16:39:17 -0400 | [diff] [blame] | 473 | int nfs_create_rpc_client(struct nfs_client *clp, |
Trond Myklebust | 5c6e5b6 | 2016-06-22 14:13:12 -0400 | [diff] [blame] | 474 | const struct nfs_client_initdata *cl_init, |
Bryan Schumaker | 428360d | 2012-07-16 16:39:17 -0400 | [diff] [blame] | 475 | rpc_authflavor_t flavor) |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 476 | { |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 477 | struct rpc_clnt *clnt = NULL; |
Chuck Lever | 41877d2 | 2006-08-22 20:06:20 -0400 | [diff] [blame] | 478 | struct rpc_create_args args = { |
Chuck Lever | 73ea666 | 2012-05-21 22:44:50 -0400 | [diff] [blame] | 479 | .net = clp->cl_net, |
Trond Myklebust | 59dca3b | 2008-01-03 16:29:06 -0500 | [diff] [blame] | 480 | .protocol = clp->cl_proto, |
Chuck Lever | 41877d2 | 2006-08-22 20:06:20 -0400 | [diff] [blame] | 481 | .address = (struct sockaddr *)&clp->cl_addr, |
Chuck Lever | 6e4cffd | 2007-12-10 14:58:15 -0500 | [diff] [blame] | 482 | .addrsize = clp->cl_addrlen, |
Trond Myklebust | 5c6e5b6 | 2016-06-22 14:13:12 -0400 | [diff] [blame] | 483 | .timeout = cl_init->timeparms, |
Chuck Lever | 41877d2 | 2006-08-22 20:06:20 -0400 | [diff] [blame] | 484 | .servername = clp->cl_hostname, |
Trond Myklebust | 5c6e5b6 | 2016-06-22 14:13:12 -0400 | [diff] [blame] | 485 | .nodename = cl_init->nodename, |
Chuck Lever | 41877d2 | 2006-08-22 20:06:20 -0400 | [diff] [blame] | 486 | .program = &nfs_program, |
| 487 | .version = clp->rpc_ops->version, |
| 488 | .authflavor = flavor, |
| 489 | }; |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 490 | |
Chuck Lever | 4bf590e | 2012-05-21 22:46:07 -0400 | [diff] [blame] | 491 | if (test_bit(NFS_CS_DISCRTRY, &clp->cl_flags)) |
Chuck Lever | 4a01b8a | 2008-12-23 15:21:35 -0500 | [diff] [blame] | 492 | args.flags |= RPC_CLNT_CREATE_DISCRTRY; |
Trond Myklebust | 9987524 | 2013-09-24 12:06:07 -0400 | [diff] [blame] | 493 | if (test_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags)) |
| 494 | args.flags |= RPC_CLNT_CREATE_NO_RETRANS_TIMEOUT; |
Chuck Lever | 4bf590e | 2012-05-21 22:46:07 -0400 | [diff] [blame] | 495 | if (test_bit(NFS_CS_NORESVPORT, &clp->cl_flags)) |
Chuck Lever | 4a01b8a | 2008-12-23 15:21:35 -0500 | [diff] [blame] | 496 | args.flags |= RPC_CLNT_CREATE_NONPRIVPORT; |
Trond Myklebust | 98f98cf | 2013-04-14 11:49:51 -0400 | [diff] [blame] | 497 | if (test_bit(NFS_CS_INFINITE_SLOTS, &clp->cl_flags)) |
| 498 | args.flags |= RPC_CLNT_CREATE_INFINITE_SLOTS; |
Chuck Lever | 4a01b8a | 2008-12-23 15:21:35 -0500 | [diff] [blame] | 499 | |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 500 | if (!IS_ERR(clp->cl_rpcclient)) |
| 501 | return 0; |
| 502 | |
Chuck Lever | 41877d2 | 2006-08-22 20:06:20 -0400 | [diff] [blame] | 503 | clnt = rpc_create(&args); |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 504 | if (IS_ERR(clnt)) { |
| 505 | dprintk("%s: cannot create RPC client. Error = %ld\n", |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 506 | __func__, PTR_ERR(clnt)); |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 507 | return PTR_ERR(clnt); |
| 508 | } |
| 509 | |
David Howells | 5006a76 | 2006-08-22 20:06:12 -0400 | [diff] [blame] | 510 | clp->cl_rpcclient = clnt; |
| 511 | return 0; |
| 512 | } |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 513 | EXPORT_SYMBOL_GPL(nfs_create_rpc_client); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 514 | |
| 515 | /* |
| 516 | * Version 2 or 3 client destruction |
| 517 | */ |
| 518 | static void nfs_destroy_server(struct nfs_server *server) |
| 519 | { |
NeilBrown | f259613 | 2012-12-13 15:14:36 +1100 | [diff] [blame] | 520 | if (server->nlm_host) |
Chuck Lever | 9289e7f | 2008-01-11 17:09:52 -0500 | [diff] [blame] | 521 | nlmclnt_done(server->nlm_host); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 522 | } |
| 523 | |
| 524 | /* |
| 525 | * Version 2 or 3 lockd setup |
| 526 | */ |
| 527 | static int nfs_start_lockd(struct nfs_server *server) |
| 528 | { |
Chuck Lever | 9289e7f | 2008-01-11 17:09:52 -0500 | [diff] [blame] | 529 | struct nlm_host *host; |
| 530 | struct nfs_client *clp = server->nfs_client; |
Chuck Lever | 883bb16 | 2008-01-15 16:04:20 -0500 | [diff] [blame] | 531 | struct nlmclnt_initdata nlm_init = { |
| 532 | .hostname = clp->cl_hostname, |
| 533 | .address = (struct sockaddr *)&clp->cl_addr, |
| 534 | .addrlen = clp->cl_addrlen, |
Chuck Lever | 883bb16 | 2008-01-15 16:04:20 -0500 | [diff] [blame] | 535 | .nfs_version = clp->rpc_ops->version, |
Chuck Lever | 0cb2659 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 536 | .noresvport = server->flags & NFS_MOUNT_NORESVPORT ? |
| 537 | 1 : 0, |
Chuck Lever | 73ea666 | 2012-05-21 22:44:50 -0400 | [diff] [blame] | 538 | .net = clp->cl_net, |
Chuck Lever | 883bb16 | 2008-01-15 16:04:20 -0500 | [diff] [blame] | 539 | }; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 540 | |
Chuck Lever | 883bb16 | 2008-01-15 16:04:20 -0500 | [diff] [blame] | 541 | if (nlm_init.nfs_version > 3) |
Chuck Lever | 9289e7f | 2008-01-11 17:09:52 -0500 | [diff] [blame] | 542 | return 0; |
Suresh Jayaraman | 5eebde2 | 2010-09-23 08:55:58 -0400 | [diff] [blame] | 543 | if ((server->flags & NFS_MOUNT_LOCAL_FLOCK) && |
| 544 | (server->flags & NFS_MOUNT_LOCAL_FCNTL)) |
Chuck Lever | 9289e7f | 2008-01-11 17:09:52 -0500 | [diff] [blame] | 545 | return 0; |
| 546 | |
Trond Myklebust | 8a6e5de | 2009-09-23 14:36:37 -0400 | [diff] [blame] | 547 | switch (clp->cl_proto) { |
| 548 | default: |
| 549 | nlm_init.protocol = IPPROTO_TCP; |
| 550 | break; |
| 551 | case XPRT_TRANSPORT_UDP: |
| 552 | nlm_init.protocol = IPPROTO_UDP; |
| 553 | } |
| 554 | |
Chuck Lever | 883bb16 | 2008-01-15 16:04:20 -0500 | [diff] [blame] | 555 | host = nlmclnt_init(&nlm_init); |
Chuck Lever | 9289e7f | 2008-01-11 17:09:52 -0500 | [diff] [blame] | 556 | if (IS_ERR(host)) |
| 557 | return PTR_ERR(host); |
| 558 | |
| 559 | server->nlm_host = host; |
| 560 | server->destroy = nfs_destroy_server; |
| 561 | return 0; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 562 | } |
| 563 | |
| 564 | /* |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 565 | * Create a general RPC client |
| 566 | */ |
Bryan Schumaker | fcf1039 | 2012-07-16 16:39:18 -0400 | [diff] [blame] | 567 | int nfs_init_server_rpcclient(struct nfs_server *server, |
Trond Myklebust | 3317023 | 2007-12-20 16:03:59 -0500 | [diff] [blame] | 568 | const struct rpc_timeout *timeo, |
| 569 | rpc_authflavor_t pseudoflavour) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 570 | { |
| 571 | struct nfs_client *clp = server->nfs_client; |
| 572 | |
Chuck Lever | ba9b584 | 2012-09-14 17:24:02 -0400 | [diff] [blame] | 573 | server->client = rpc_clone_client_set_auth(clp->cl_rpcclient, |
| 574 | pseudoflavour); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 575 | if (IS_ERR(server->client)) { |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 576 | dprintk("%s: couldn't create rpc_client!\n", __func__); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 577 | return PTR_ERR(server->client); |
| 578 | } |
| 579 | |
Trond Myklebust | 3317023 | 2007-12-20 16:03:59 -0500 | [diff] [blame] | 580 | memcpy(&server->client->cl_timeout_default, |
| 581 | timeo, |
| 582 | sizeof(server->client->cl_timeout_default)); |
| 583 | server->client->cl_timeout = &server->client->cl_timeout_default; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 584 | server->client->cl_softrtry = 0; |
| 585 | if (server->flags & NFS_MOUNT_SOFT) |
| 586 | server->client->cl_softrtry = 1; |
| 587 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 588 | return 0; |
| 589 | } |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 590 | EXPORT_SYMBOL_GPL(nfs_init_server_rpcclient); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 591 | |
Chuck Lever | 8cab4c3 | 2012-05-21 22:45:59 -0400 | [diff] [blame] | 592 | /** |
| 593 | * nfs_init_client - Initialise an NFS2 or NFS3 client |
| 594 | * |
| 595 | * @clp: nfs_client to initialise |
Trond Myklebust | 5c6e5b6 | 2016-06-22 14:13:12 -0400 | [diff] [blame] | 596 | * @cl_init: Initialisation parameters |
Chuck Lever | 8cab4c3 | 2012-05-21 22:45:59 -0400 | [diff] [blame] | 597 | * |
| 598 | * Returns pointer to an NFS client, or an ERR_PTR value. |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 599 | */ |
Chuck Lever | 8cab4c3 | 2012-05-21 22:45:59 -0400 | [diff] [blame] | 600 | struct nfs_client *nfs_init_client(struct nfs_client *clp, |
Trond Myklebust | 5c6e5b6 | 2016-06-22 14:13:12 -0400 | [diff] [blame] | 601 | const struct nfs_client_initdata *cl_init) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 602 | { |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 603 | int error; |
| 604 | |
| 605 | if (clp->cl_cons_state == NFS_CS_READY) { |
| 606 | /* the client is already initialised */ |
| 607 | dprintk("<-- nfs_init_client() = 0 [already %p]\n", clp); |
Chuck Lever | 8cab4c3 | 2012-05-21 22:45:59 -0400 | [diff] [blame] | 608 | return clp; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 609 | } |
| 610 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 611 | /* |
| 612 | * Create a client RPC handle for doing FSSTAT with UNIX auth only |
| 613 | * - RFC 2623, sec 2.3.2 |
| 614 | */ |
Trond Myklebust | 5c6e5b6 | 2016-06-22 14:13:12 -0400 | [diff] [blame] | 615 | error = nfs_create_rpc_client(clp, cl_init, RPC_AUTH_UNIX); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 616 | if (error < 0) |
| 617 | goto error; |
| 618 | nfs_mark_client_ready(clp, NFS_CS_READY); |
Chuck Lever | 8cab4c3 | 2012-05-21 22:45:59 -0400 | [diff] [blame] | 619 | return clp; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 620 | |
| 621 | error: |
| 622 | nfs_mark_client_ready(clp, error); |
Chuck Lever | 8cab4c3 | 2012-05-21 22:45:59 -0400 | [diff] [blame] | 623 | nfs_put_client(clp); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 624 | dprintk("<-- nfs_init_client() = xerror %d\n", error); |
Chuck Lever | 8cab4c3 | 2012-05-21 22:45:59 -0400 | [diff] [blame] | 625 | return ERR_PTR(error); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 626 | } |
Bryan Schumaker | ddda8e0 | 2012-07-30 16:05:23 -0400 | [diff] [blame] | 627 | EXPORT_SYMBOL_GPL(nfs_init_client); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 628 | |
| 629 | /* |
| 630 | * Create a version 2 or 3 client |
| 631 | */ |
\"Talpey, Thomas\ | 2283f8d | 2007-09-10 13:43:56 -0400 | [diff] [blame] | 632 | static int nfs_init_server(struct nfs_server *server, |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 633 | const struct nfs_parsed_mount_data *data, |
| 634 | struct nfs_subversion *nfs_mod) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 635 | { |
Trond Myklebust | 5c6e5b6 | 2016-06-22 14:13:12 -0400 | [diff] [blame] | 636 | struct rpc_timeout timeparms; |
Trond Myklebust | 3a49802 | 2007-12-14 14:56:04 -0500 | [diff] [blame] | 637 | struct nfs_client_initdata cl_init = { |
| 638 | .hostname = data->nfs_server.hostname, |
Chuck Lever | d7422c4 | 2007-12-10 14:58:51 -0500 | [diff] [blame] | 639 | .addr = (const struct sockaddr *)&data->nfs_server.address, |
Chuck Lever | 4c56801 | 2007-12-10 14:59:28 -0500 | [diff] [blame] | 640 | .addrlen = data->nfs_server.addrlen, |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 641 | .nfs_mod = nfs_mod, |
Trond Myklebust | 59dca3b | 2008-01-03 16:29:06 -0500 | [diff] [blame] | 642 | .proto = data->nfs_server.protocol, |
Stanislav Kinsbursky | e50a7a1 | 2012-01-10 16:12:46 +0400 | [diff] [blame] | 643 | .net = data->net, |
Trond Myklebust | 5c6e5b6 | 2016-06-22 14:13:12 -0400 | [diff] [blame] | 644 | .timeparms = &timeparms, |
Trond Myklebust | 3a49802 | 2007-12-14 14:56:04 -0500 | [diff] [blame] | 645 | }; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 646 | struct nfs_client *clp; |
Trond Myklebust | 3a49802 | 2007-12-14 14:56:04 -0500 | [diff] [blame] | 647 | int error; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 648 | |
| 649 | dprintk("--> nfs_init_server()\n"); |
| 650 | |
Andy Adamson | 45a52a0 | 2011-03-01 01:34:08 +0000 | [diff] [blame] | 651 | nfs_init_timeout_values(&timeparms, data->nfs_server.protocol, |
| 652 | data->timeo, data->retrans); |
Chuck Lever | 4bf590e | 2012-05-21 22:46:07 -0400 | [diff] [blame] | 653 | if (data->flags & NFS_MOUNT_NORESVPORT) |
| 654 | set_bit(NFS_CS_NORESVPORT, &cl_init.init_flags); |
Andy Adamson | 45a52a0 | 2011-03-01 01:34:08 +0000 | [diff] [blame] | 655 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 656 | /* Allocate or find a client reference we can use */ |
Trond Myklebust | 5c6e5b6 | 2016-06-22 14:13:12 -0400 | [diff] [blame] | 657 | clp = nfs_get_client(&cl_init, RPC_AUTH_UNIX); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 658 | if (IS_ERR(clp)) { |
| 659 | dprintk("<-- nfs_init_server() = error %ld\n", PTR_ERR(clp)); |
| 660 | return PTR_ERR(clp); |
| 661 | } |
| 662 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 663 | server->nfs_client = clp; |
| 664 | |
| 665 | /* Initialise the client representation from the mount data */ |
Trond Myklebust | ff3525a | 2008-08-15 16:59:14 -0400 | [diff] [blame] | 666 | server->flags = data->flags; |
David Howells | b797cac | 2009-04-03 16:42:48 +0100 | [diff] [blame] | 667 | server->options = data->options; |
Trond Myklebust | 62ab460 | 2009-08-09 15:06:19 -0400 | [diff] [blame] | 668 | server->caps |= NFS_CAP_HARDLINKS|NFS_CAP_SYMLINKS|NFS_CAP_FILEID| |
| 669 | NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|NFS_CAP_OWNER_GROUP| |
Trond Myklebust | cd81259 | 2015-07-05 11:12:07 -0400 | [diff] [blame] | 670 | NFS_CAP_ATIME|NFS_CAP_CTIME|NFS_CAP_MTIME; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 671 | |
| 672 | if (data->rsize) |
| 673 | server->rsize = nfs_block_size(data->rsize, NULL); |
| 674 | if (data->wsize) |
| 675 | server->wsize = nfs_block_size(data->wsize, NULL); |
| 676 | |
| 677 | server->acregmin = data->acregmin * HZ; |
| 678 | server->acregmax = data->acregmax * HZ; |
| 679 | server->acdirmin = data->acdirmin * HZ; |
| 680 | server->acdirmax = data->acdirmax * HZ; |
| 681 | |
| 682 | /* Start lockd here, before we might error out */ |
| 683 | error = nfs_start_lockd(server); |
| 684 | if (error < 0) |
| 685 | goto error; |
| 686 | |
Chuck Lever | f22d6d7 | 2008-03-14 14:10:22 -0400 | [diff] [blame] | 687 | server->port = data->nfs_server.port; |
Weston Andros Adamson | 0f5f49b | 2013-10-18 15:15:17 -0400 | [diff] [blame] | 688 | server->auth_info = data->auth_info; |
Chuck Lever | f22d6d7 | 2008-03-14 14:10:22 -0400 | [diff] [blame] | 689 | |
Weston Andros Adamson | a3f73c2 | 2013-10-18 15:15:16 -0400 | [diff] [blame] | 690 | error = nfs_init_server_rpcclient(server, &timeparms, |
| 691 | data->selected_flavor); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 692 | if (error < 0) |
| 693 | goto error; |
| 694 | |
Chuck Lever | 3f8400d | 2008-03-14 14:10:30 -0400 | [diff] [blame] | 695 | /* Preserve the values of mount_server-related mount options */ |
| 696 | if (data->mount_server.addrlen) { |
| 697 | memcpy(&server->mountd_address, &data->mount_server.address, |
| 698 | data->mount_server.addrlen); |
| 699 | server->mountd_addrlen = data->mount_server.addrlen; |
| 700 | } |
| 701 | server->mountd_version = data->mount_server.version; |
| 702 | server->mountd_port = data->mount_server.port; |
| 703 | server->mountd_protocol = data->mount_server.protocol; |
| 704 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 705 | server->namelen = data->namlen; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 706 | dprintk("<-- nfs_init_server() = 0 [new %p]\n", clp); |
| 707 | return 0; |
| 708 | |
| 709 | error: |
| 710 | server->nfs_client = NULL; |
| 711 | nfs_put_client(clp); |
| 712 | dprintk("<-- nfs_init_server() = xerror %d\n", error); |
| 713 | return error; |
| 714 | } |
| 715 | |
| 716 | /* |
| 717 | * Load up the server record from information gained in an fsinfo record |
| 718 | */ |
Benny Halevy | 738fd0f3 | 2011-07-30 20:52:36 -0400 | [diff] [blame] | 719 | static void nfs_server_set_fsinfo(struct nfs_server *server, |
Benny Halevy | 738fd0f3 | 2011-07-30 20:52:36 -0400 | [diff] [blame] | 720 | struct nfs_fsinfo *fsinfo) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 721 | { |
| 722 | unsigned long max_rpc_payload; |
| 723 | |
| 724 | /* Work out a lot of parameters */ |
| 725 | if (server->rsize == 0) |
| 726 | server->rsize = nfs_block_size(fsinfo->rtpref, NULL); |
| 727 | if (server->wsize == 0) |
| 728 | server->wsize = nfs_block_size(fsinfo->wtpref, NULL); |
| 729 | |
| 730 | if (fsinfo->rtmax >= 512 && server->rsize > fsinfo->rtmax) |
| 731 | server->rsize = nfs_block_size(fsinfo->rtmax, NULL); |
| 732 | if (fsinfo->wtmax >= 512 && server->wsize > fsinfo->wtmax) |
| 733 | server->wsize = nfs_block_size(fsinfo->wtmax, NULL); |
| 734 | |
| 735 | max_rpc_payload = nfs_block_size(rpc_max_payload(server->client), NULL); |
| 736 | if (server->rsize > max_rpc_payload) |
| 737 | server->rsize = max_rpc_payload; |
| 738 | if (server->rsize > NFS_MAX_FILE_IO_SIZE) |
| 739 | server->rsize = NFS_MAX_FILE_IO_SIZE; |
Kirill A. Shutemov | 09cbfea | 2016-04-01 15:29:47 +0300 | [diff] [blame] | 740 | server->rpages = (server->rsize + PAGE_SIZE - 1) >> PAGE_SHIFT; |
Peter Zijlstra | e0bf68d | 2007-10-16 23:25:46 -0700 | [diff] [blame] | 741 | |
Jens Axboe | d993831 | 2009-06-12 14:45:52 +0200 | [diff] [blame] | 742 | server->backing_dev_info.name = "nfs"; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 743 | server->backing_dev_info.ra_pages = server->rpages * NFS_MAX_READAHEAD; |
| 744 | |
| 745 | if (server->wsize > max_rpc_payload) |
| 746 | server->wsize = max_rpc_payload; |
| 747 | if (server->wsize > NFS_MAX_FILE_IO_SIZE) |
| 748 | server->wsize = NFS_MAX_FILE_IO_SIZE; |
Kirill A. Shutemov | 09cbfea | 2016-04-01 15:29:47 +0300 | [diff] [blame] | 749 | server->wpages = (server->wsize + PAGE_SIZE - 1) >> PAGE_SHIFT; |
Ricardo Labiaga | 85e174b | 2010-10-20 00:17:58 -0400 | [diff] [blame] | 750 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 751 | server->wtmult = nfs_block_bits(fsinfo->wtmult, NULL); |
| 752 | |
| 753 | server->dtsize = nfs_block_size(fsinfo->dtpref, NULL); |
Kirill A. Shutemov | 09cbfea | 2016-04-01 15:29:47 +0300 | [diff] [blame] | 754 | if (server->dtsize > PAGE_SIZE * NFS_MAX_READDIR_PAGES) |
| 755 | server->dtsize = PAGE_SIZE * NFS_MAX_READDIR_PAGES; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 756 | if (server->dtsize > server->rsize) |
| 757 | server->dtsize = server->rsize; |
| 758 | |
| 759 | if (server->flags & NFS_MOUNT_NOAC) { |
| 760 | server->acregmin = server->acregmax = 0; |
| 761 | server->acdirmin = server->acdirmax = 0; |
| 762 | } |
| 763 | |
| 764 | server->maxfilesize = fsinfo->maxfilesize; |
| 765 | |
Ricardo Labiaga | 6b96724 | 2010-10-12 16:30:05 -0700 | [diff] [blame] | 766 | server->time_delta = fsinfo->time_delta; |
| 767 | |
Peng Tao | 2a92ee9 | 2015-09-26 02:24:37 +0800 | [diff] [blame] | 768 | server->clone_blksize = fsinfo->clone_blksize; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 769 | /* We're airborne Set socket buffersize */ |
| 770 | rpc_setbufsize(server->client, server->wsize + 100, server->rsize + 100); |
| 771 | } |
| 772 | |
| 773 | /* |
| 774 | * Probe filesystem information, including the FSID on v2/v3 |
| 775 | */ |
Bryan Schumaker | fcf1039 | 2012-07-16 16:39:18 -0400 | [diff] [blame] | 776 | int nfs_probe_fsinfo(struct nfs_server *server, struct nfs_fh *mntfh, struct nfs_fattr *fattr) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 777 | { |
| 778 | struct nfs_fsinfo fsinfo; |
| 779 | struct nfs_client *clp = server->nfs_client; |
| 780 | int error; |
| 781 | |
| 782 | dprintk("--> nfs_probe_fsinfo()\n"); |
| 783 | |
| 784 | if (clp->rpc_ops->set_capabilities != NULL) { |
| 785 | error = clp->rpc_ops->set_capabilities(server, mntfh); |
| 786 | if (error < 0) |
| 787 | goto out_error; |
| 788 | } |
| 789 | |
| 790 | fsinfo.fattr = fattr; |
Jeff Layton | ca440c3 | 2016-09-15 14:40:49 -0400 | [diff] [blame] | 791 | fsinfo.nlayouttypes = 0; |
Jeff Layton | 3132e49 | 2016-08-10 15:58:24 -0400 | [diff] [blame] | 792 | memset(fsinfo.layouttype, 0, sizeof(fsinfo.layouttype)); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 793 | error = clp->rpc_ops->fsinfo(server, mntfh, &fsinfo); |
| 794 | if (error < 0) |
| 795 | goto out_error; |
| 796 | |
Kinglong Mee | 71f81e5 | 2015-07-01 11:55:50 +0800 | [diff] [blame] | 797 | nfs_server_set_fsinfo(server, &fsinfo); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 798 | |
| 799 | /* Get some general file system info */ |
| 800 | if (server->namelen == 0) { |
| 801 | struct nfs_pathconf pathinfo; |
| 802 | |
| 803 | pathinfo.fattr = fattr; |
| 804 | nfs_fattr_init(fattr); |
| 805 | |
| 806 | if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0) |
| 807 | server->namelen = pathinfo.max_namelen; |
| 808 | } |
| 809 | |
| 810 | dprintk("<-- nfs_probe_fsinfo() = 0\n"); |
| 811 | return 0; |
| 812 | |
| 813 | out_error: |
| 814 | dprintk("nfs_probe_fsinfo: error = %d\n", -error); |
| 815 | return error; |
| 816 | } |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 817 | EXPORT_SYMBOL_GPL(nfs_probe_fsinfo); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 818 | |
| 819 | /* |
| 820 | * Copy useful information when duplicating a server record |
| 821 | */ |
Bryan Schumaker | fcf1039 | 2012-07-16 16:39:18 -0400 | [diff] [blame] | 822 | void nfs_server_copy_userdata(struct nfs_server *target, struct nfs_server *source) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 823 | { |
| 824 | target->flags = source->flags; |
Chuck Lever | 356e76b | 2010-04-22 15:35:56 -0400 | [diff] [blame] | 825 | target->rsize = source->rsize; |
| 826 | target->wsize = source->wsize; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 827 | target->acregmin = source->acregmin; |
| 828 | target->acregmax = source->acregmax; |
| 829 | target->acdirmin = source->acdirmin; |
| 830 | target->acdirmax = source->acdirmax; |
| 831 | target->caps = source->caps; |
David Howells | 2df5480 | 2009-09-23 14:36:39 -0400 | [diff] [blame] | 832 | target->options = source->options; |
Weston Andros Adamson | 0f5f49b | 2013-10-18 15:15:17 -0400 | [diff] [blame] | 833 | target->auth_info = source->auth_info; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 834 | } |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 835 | EXPORT_SYMBOL_GPL(nfs_server_copy_userdata); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 836 | |
Bryan Schumaker | fcf1039 | 2012-07-16 16:39:18 -0400 | [diff] [blame] | 837 | void nfs_server_insert_lists(struct nfs_server *server) |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 838 | { |
| 839 | struct nfs_client *clp = server->nfs_client; |
Chuck Lever | 73ea666 | 2012-05-21 22:44:50 -0400 | [diff] [blame] | 840 | struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id); |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 841 | |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 842 | spin_lock(&nn->nfs_client_lock); |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 843 | list_add_tail_rcu(&server->client_link, &clp->cl_superblocks); |
Stanislav Kinsbursky | c25d32b | 2012-01-23 17:26:14 +0000 | [diff] [blame] | 844 | list_add_tail(&server->master_link, &nn->nfs_volume_list); |
Andy Adamson | d3b4c9d | 2011-03-01 01:34:10 +0000 | [diff] [blame] | 845 | clear_bit(NFS_CS_STOP_RENEW, &clp->cl_res_state); |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 846 | spin_unlock(&nn->nfs_client_lock); |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 847 | |
| 848 | } |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 849 | EXPORT_SYMBOL_GPL(nfs_server_insert_lists); |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 850 | |
Chuck Lever | 32e62b7 | 2013-10-17 14:12:28 -0400 | [diff] [blame] | 851 | void nfs_server_remove_lists(struct nfs_server *server) |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 852 | { |
Andy Adamson | d3b4c9d | 2011-03-01 01:34:10 +0000 | [diff] [blame] | 853 | struct nfs_client *clp = server->nfs_client; |
Trond Myklebust | 4c03ae4 | 2012-02-07 00:05:11 -0500 | [diff] [blame] | 854 | struct nfs_net *nn; |
Andy Adamson | d3b4c9d | 2011-03-01 01:34:10 +0000 | [diff] [blame] | 855 | |
Trond Myklebust | 4c03ae4 | 2012-02-07 00:05:11 -0500 | [diff] [blame] | 856 | if (clp == NULL) |
| 857 | return; |
Chuck Lever | 73ea666 | 2012-05-21 22:44:50 -0400 | [diff] [blame] | 858 | nn = net_generic(clp->cl_net, nfs_net_id); |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 859 | spin_lock(&nn->nfs_client_lock); |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 860 | list_del_rcu(&server->client_link); |
Trond Myklebust | 4c03ae4 | 2012-02-07 00:05:11 -0500 | [diff] [blame] | 861 | if (list_empty(&clp->cl_superblocks)) |
Andy Adamson | d3b4c9d | 2011-03-01 01:34:10 +0000 | [diff] [blame] | 862 | set_bit(NFS_CS_STOP_RENEW, &clp->cl_res_state); |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 863 | list_del(&server->master_link); |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 864 | spin_unlock(&nn->nfs_client_lock); |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 865 | |
| 866 | synchronize_rcu(); |
| 867 | } |
Chuck Lever | 32e62b7 | 2013-10-17 14:12:28 -0400 | [diff] [blame] | 868 | EXPORT_SYMBOL_GPL(nfs_server_remove_lists); |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 869 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 870 | /* |
| 871 | * Allocate and initialise a server record |
| 872 | */ |
Bryan Schumaker | fcf1039 | 2012-07-16 16:39:18 -0400 | [diff] [blame] | 873 | struct nfs_server *nfs_alloc_server(void) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 874 | { |
| 875 | struct nfs_server *server; |
| 876 | |
| 877 | server = kzalloc(sizeof(struct nfs_server), GFP_KERNEL); |
| 878 | if (!server) |
| 879 | return NULL; |
| 880 | |
| 881 | server->client = server->client_acl = ERR_PTR(-EINVAL); |
| 882 | |
| 883 | /* Zero out the NFS state stuff */ |
| 884 | INIT_LIST_HEAD(&server->client_link); |
| 885 | INIT_LIST_HEAD(&server->master_link); |
Chuck Lever | d3978bb | 2010-12-24 01:33:04 +0000 | [diff] [blame] | 886 | INIT_LIST_HEAD(&server->delegations); |
Weston Andros Adamson | 6382a44 | 2011-06-01 16:44:44 -0400 | [diff] [blame] | 887 | INIT_LIST_HEAD(&server->layouts); |
Chuck Lever | 0aaaf5c | 2011-12-06 16:13:48 -0500 | [diff] [blame] | 888 | INIT_LIST_HEAD(&server->state_owners_lru); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 889 | |
Steve Dickson | ef818a2 | 2007-11-08 04:05:04 -0500 | [diff] [blame] | 890 | atomic_set(&server->active, 0); |
| 891 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 892 | server->io_stats = nfs_alloc_iostats(); |
| 893 | if (!server->io_stats) { |
| 894 | kfree(server); |
| 895 | return NULL; |
| 896 | } |
| 897 | |
Jens Axboe | 48d0764 | 2009-09-21 09:59:39 +0200 | [diff] [blame] | 898 | if (bdi_init(&server->backing_dev_info)) { |
| 899 | nfs_free_iostats(server->io_stats); |
| 900 | kfree(server); |
| 901 | return NULL; |
| 902 | } |
| 903 | |
Trond Myklebust | 9157c31 | 2012-01-17 22:04:24 -0500 | [diff] [blame] | 904 | ida_init(&server->openowner_id); |
Trond Myklebust | d2d7ce2 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 905 | ida_init(&server->lockowner_id); |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 906 | pnfs_init_server(server); |
| 907 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 908 | return server; |
| 909 | } |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 910 | EXPORT_SYMBOL_GPL(nfs_alloc_server); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 911 | |
| 912 | /* |
| 913 | * Free up a server record |
| 914 | */ |
| 915 | void nfs_free_server(struct nfs_server *server) |
| 916 | { |
| 917 | dprintk("--> nfs_free_server()\n"); |
| 918 | |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 919 | nfs_server_remove_lists(server); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 920 | |
| 921 | if (server->destroy != NULL) |
| 922 | server->destroy(server); |
Trond Myklebust | 5cef338 | 2007-12-11 22:01:56 -0500 | [diff] [blame] | 923 | |
| 924 | if (!IS_ERR(server->client_acl)) |
| 925 | rpc_shutdown_client(server->client_acl); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 926 | if (!IS_ERR(server->client)) |
| 927 | rpc_shutdown_client(server->client); |
| 928 | |
| 929 | nfs_put_client(server->nfs_client); |
| 930 | |
Trond Myklebust | d2d7ce2 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 931 | ida_destroy(&server->lockowner_id); |
Trond Myklebust | 9157c31 | 2012-01-17 22:04:24 -0500 | [diff] [blame] | 932 | ida_destroy(&server->openowner_id); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 933 | nfs_free_iostats(server->io_stats); |
Peter Zijlstra | e0bf68d | 2007-10-16 23:25:46 -0700 | [diff] [blame] | 934 | bdi_destroy(&server->backing_dev_info); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 935 | kfree(server); |
| 936 | nfs_release_automount_timer(); |
| 937 | dprintk("<-- nfs_free_server()\n"); |
| 938 | } |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 939 | EXPORT_SYMBOL_GPL(nfs_free_server); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 940 | |
| 941 | /* |
| 942 | * Create a version 2 or 3 volume record |
| 943 | * - keyed on server and FSID |
| 944 | */ |
Bryan Schumaker | 1179acc | 2012-07-30 16:05:19 -0400 | [diff] [blame] | 945 | struct nfs_server *nfs_create_server(struct nfs_mount_info *mount_info, |
Bryan Schumaker | ab7017a | 2012-07-30 16:05:16 -0400 | [diff] [blame] | 946 | struct nfs_subversion *nfs_mod) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 947 | { |
| 948 | struct nfs_server *server; |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 949 | struct nfs_fattr *fattr; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 950 | int error; |
| 951 | |
| 952 | server = nfs_alloc_server(); |
| 953 | if (!server) |
| 954 | return ERR_PTR(-ENOMEM); |
| 955 | |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 956 | error = -ENOMEM; |
| 957 | fattr = nfs_alloc_fattr(); |
| 958 | if (fattr == NULL) |
| 959 | goto error; |
| 960 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 961 | /* Get a client representation */ |
Bryan Schumaker | 1179acc | 2012-07-30 16:05:19 -0400 | [diff] [blame] | 962 | error = nfs_init_server(server, mount_info->parsed, nfs_mod); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 963 | if (error < 0) |
| 964 | goto error; |
| 965 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 966 | /* Probe the root fh to retrieve its FSID */ |
Bryan Schumaker | 1179acc | 2012-07-30 16:05:19 -0400 | [diff] [blame] | 967 | error = nfs_probe_fsinfo(server, mount_info->mntfh, fattr); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 968 | if (error < 0) |
| 969 | goto error; |
Trond Myklebust | 54af3bb | 2007-09-28 12:27:41 -0400 | [diff] [blame] | 970 | if (server->nfs_client->rpc_ops->version == 3) { |
| 971 | if (server->namelen == 0 || server->namelen > NFS3_MAXNAMLEN) |
| 972 | server->namelen = NFS3_MAXNAMLEN; |
Bryan Schumaker | 1179acc | 2012-07-30 16:05:19 -0400 | [diff] [blame] | 973 | if (!(mount_info->parsed->flags & NFS_MOUNT_NORDIRPLUS)) |
Trond Myklebust | 54af3bb | 2007-09-28 12:27:41 -0400 | [diff] [blame] | 974 | server->caps |= NFS_CAP_READDIRPLUS; |
| 975 | } else { |
| 976 | if (server->namelen == 0 || server->namelen > NFS2_MAXNAMLEN) |
| 977 | server->namelen = NFS2_MAXNAMLEN; |
| 978 | } |
| 979 | |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 980 | if (!(fattr->valid & NFS_ATTR_FATTR)) { |
David Quigley | 1775fd3 | 2013-05-22 12:50:42 -0400 | [diff] [blame] | 981 | error = nfs_mod->rpc_ops->getattr(server, mount_info->mntfh, fattr, NULL); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 982 | if (error < 0) { |
| 983 | dprintk("nfs_create_server: getattr error = %d\n", -error); |
| 984 | goto error; |
| 985 | } |
| 986 | } |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 987 | memcpy(&server->fsid, &fattr->fsid, sizeof(server->fsid)); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 988 | |
David Howells | 6daabf1 | 2006-08-24 15:44:16 -0400 | [diff] [blame] | 989 | dprintk("Server FSID: %llx:%llx\n", |
| 990 | (unsigned long long) server->fsid.major, |
| 991 | (unsigned long long) server->fsid.minor); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 992 | |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 993 | nfs_server_insert_lists(server); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 994 | server->mount_time = jiffies; |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 995 | nfs_free_fattr(fattr); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 996 | return server; |
| 997 | |
| 998 | error: |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 999 | nfs_free_fattr(fattr); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1000 | nfs_free_server(server); |
| 1001 | return ERR_PTR(error); |
| 1002 | } |
Bryan Schumaker | ddda8e0 | 2012-07-30 16:05:23 -0400 | [diff] [blame] | 1003 | EXPORT_SYMBOL_GPL(nfs_create_server); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1004 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1005 | /* |
| 1006 | * Clone an NFS2, NFS3 or NFS4 server record |
| 1007 | */ |
| 1008 | struct nfs_server *nfs_clone_server(struct nfs_server *source, |
| 1009 | struct nfs_fh *fh, |
Bryan Schumaker | 7e6eb68 | 2012-04-27 13:27:42 -0400 | [diff] [blame] | 1010 | struct nfs_fattr *fattr, |
| 1011 | rpc_authflavor_t flavor) |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1012 | { |
| 1013 | struct nfs_server *server; |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 1014 | struct nfs_fattr *fattr_fsinfo; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1015 | int error; |
| 1016 | |
| 1017 | dprintk("--> nfs_clone_server(,%llx:%llx,)\n", |
David Howells | 6daabf1 | 2006-08-24 15:44:16 -0400 | [diff] [blame] | 1018 | (unsigned long long) fattr->fsid.major, |
| 1019 | (unsigned long long) fattr->fsid.minor); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1020 | |
| 1021 | server = nfs_alloc_server(); |
| 1022 | if (!server) |
| 1023 | return ERR_PTR(-ENOMEM); |
| 1024 | |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 1025 | error = -ENOMEM; |
| 1026 | fattr_fsinfo = nfs_alloc_fattr(); |
| 1027 | if (fattr_fsinfo == NULL) |
| 1028 | goto out_free_server; |
| 1029 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1030 | /* Copy data from the source */ |
| 1031 | server->nfs_client = source->nfs_client; |
Chuck Lever | 0aaaf5c | 2011-12-06 16:13:48 -0500 | [diff] [blame] | 1032 | server->destroy = source->destroy; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1033 | atomic_inc(&server->nfs_client->cl_count); |
| 1034 | nfs_server_copy_userdata(server, source); |
| 1035 | |
| 1036 | server->fsid = fattr->fsid; |
| 1037 | |
Trond Myklebust | 3317023 | 2007-12-20 16:03:59 -0500 | [diff] [blame] | 1038 | error = nfs_init_server_rpcclient(server, |
| 1039 | source->client->cl_timeout, |
Bryan Schumaker | 7e6eb68 | 2012-04-27 13:27:42 -0400 | [diff] [blame] | 1040 | flavor); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1041 | if (error < 0) |
| 1042 | goto out_free_server; |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1043 | |
| 1044 | /* probe the filesystem info for this server filesystem */ |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 1045 | error = nfs_probe_fsinfo(server, fh, fattr_fsinfo); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1046 | if (error < 0) |
| 1047 | goto out_free_server; |
| 1048 | |
Trond Myklebust | 54af3bb | 2007-09-28 12:27:41 -0400 | [diff] [blame] | 1049 | if (server->namelen == 0 || server->namelen > NFS4_MAXNAMLEN) |
| 1050 | server->namelen = NFS4_MAXNAMLEN; |
| 1051 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1052 | dprintk("Cloned FSID: %llx:%llx\n", |
David Howells | 6daabf1 | 2006-08-24 15:44:16 -0400 | [diff] [blame] | 1053 | (unsigned long long) server->fsid.major, |
| 1054 | (unsigned long long) server->fsid.minor); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1055 | |
| 1056 | error = nfs_start_lockd(server); |
| 1057 | if (error < 0) |
| 1058 | goto out_free_server; |
| 1059 | |
Chuck Lever | fca5238 | 2010-12-24 01:32:32 +0000 | [diff] [blame] | 1060 | nfs_server_insert_lists(server); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1061 | server->mount_time = jiffies; |
| 1062 | |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 1063 | nfs_free_fattr(fattr_fsinfo); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1064 | dprintk("<-- nfs_clone_server() = %p\n", server); |
| 1065 | return server; |
| 1066 | |
| 1067 | out_free_server: |
Trond Myklebust | fbca779 | 2010-04-16 16:22:46 -0400 | [diff] [blame] | 1068 | nfs_free_fattr(fattr_fsinfo); |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1069 | nfs_free_server(server); |
| 1070 | dprintk("<-- nfs_clone_server() = error %d\n", error); |
| 1071 | return ERR_PTR(error); |
| 1072 | } |
Bryan Schumaker | ddda8e0 | 2012-07-30 16:05:23 -0400 | [diff] [blame] | 1073 | EXPORT_SYMBOL_GPL(nfs_clone_server); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1074 | |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 1075 | void nfs_clients_init(struct net *net) |
| 1076 | { |
| 1077 | struct nfs_net *nn = net_generic(net, nfs_net_id); |
| 1078 | |
| 1079 | INIT_LIST_HEAD(&nn->nfs_client_list); |
Stanislav Kinsbursky | c25d32b | 2012-01-23 17:26:14 +0000 | [diff] [blame] | 1080 | INIT_LIST_HEAD(&nn->nfs_volume_list); |
Bryan Schumaker | 89d77c8 | 2012-07-30 16:05:25 -0400 | [diff] [blame] | 1081 | #if IS_ENABLED(CONFIG_NFS_V4) |
Stanislav Kinsbursky | 28cd1b3 | 2012-01-23 17:26:22 +0000 | [diff] [blame] | 1082 | idr_init(&nn->cb_ident_idr); |
| 1083 | #endif |
Trond Myklebust | 4c03ae4 | 2012-02-07 00:05:11 -0500 | [diff] [blame] | 1084 | spin_lock_init(&nn->nfs_client_lock); |
Deepa Dinamani | 2f86e09 | 2016-10-01 16:46:26 -0700 | [diff] [blame] | 1085 | nn->boot_time = ktime_get_real(); |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 1086 | } |
| 1087 | |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1088 | #ifdef CONFIG_PROC_FS |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1089 | static int nfs_server_list_open(struct inode *inode, struct file *file); |
| 1090 | static void *nfs_server_list_start(struct seq_file *p, loff_t *pos); |
| 1091 | static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos); |
| 1092 | static void nfs_server_list_stop(struct seq_file *p, void *v); |
| 1093 | static int nfs_server_list_show(struct seq_file *m, void *v); |
| 1094 | |
James Morris | 88e9d34 | 2009-09-22 16:43:43 -0700 | [diff] [blame] | 1095 | static const struct seq_operations nfs_server_list_ops = { |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1096 | .start = nfs_server_list_start, |
| 1097 | .next = nfs_server_list_next, |
| 1098 | .stop = nfs_server_list_stop, |
| 1099 | .show = nfs_server_list_show, |
| 1100 | }; |
| 1101 | |
Arjan van de Ven | 00977a5 | 2007-02-12 00:55:34 -0800 | [diff] [blame] | 1102 | static const struct file_operations nfs_server_list_fops = { |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1103 | .open = nfs_server_list_open, |
| 1104 | .read = seq_read, |
| 1105 | .llseek = seq_lseek, |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1106 | .release = seq_release_net, |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1107 | }; |
| 1108 | |
| 1109 | static int nfs_volume_list_open(struct inode *inode, struct file *file); |
| 1110 | static void *nfs_volume_list_start(struct seq_file *p, loff_t *pos); |
| 1111 | static void *nfs_volume_list_next(struct seq_file *p, void *v, loff_t *pos); |
| 1112 | static void nfs_volume_list_stop(struct seq_file *p, void *v); |
| 1113 | static int nfs_volume_list_show(struct seq_file *m, void *v); |
| 1114 | |
James Morris | 88e9d34 | 2009-09-22 16:43:43 -0700 | [diff] [blame] | 1115 | static const struct seq_operations nfs_volume_list_ops = { |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1116 | .start = nfs_volume_list_start, |
| 1117 | .next = nfs_volume_list_next, |
| 1118 | .stop = nfs_volume_list_stop, |
| 1119 | .show = nfs_volume_list_show, |
| 1120 | }; |
| 1121 | |
Arjan van de Ven | 00977a5 | 2007-02-12 00:55:34 -0800 | [diff] [blame] | 1122 | static const struct file_operations nfs_volume_list_fops = { |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1123 | .open = nfs_volume_list_open, |
| 1124 | .read = seq_read, |
| 1125 | .llseek = seq_lseek, |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1126 | .release = seq_release_net, |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1127 | }; |
| 1128 | |
| 1129 | /* |
| 1130 | * open "/proc/fs/nfsfs/servers" which provides a summary of servers with which |
| 1131 | * we're dealing |
| 1132 | */ |
| 1133 | static int nfs_server_list_open(struct inode *inode, struct file *file) |
| 1134 | { |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1135 | return seq_open_net(inode, file, &nfs_server_list_ops, |
| 1136 | sizeof(struct seq_net_private)); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1137 | } |
| 1138 | |
| 1139 | /* |
| 1140 | * set up the iterator to start reading from the server list and return the first item |
| 1141 | */ |
| 1142 | static void *nfs_server_list_start(struct seq_file *m, loff_t *_pos) |
Jeff Layton | 8d11620 | 2014-09-10 09:04:27 -0400 | [diff] [blame] | 1143 | __acquires(&nn->nfs_client_lock) |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1144 | { |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1145 | struct nfs_net *nn = net_generic(seq_file_net(m), nfs_net_id); |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 1146 | |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1147 | /* lock the list against modification */ |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 1148 | spin_lock(&nn->nfs_client_lock); |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 1149 | return seq_list_start_head(&nn->nfs_client_list, *_pos); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1150 | } |
| 1151 | |
| 1152 | /* |
| 1153 | * move to next server |
| 1154 | */ |
| 1155 | static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos) |
| 1156 | { |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1157 | struct nfs_net *nn = net_generic(seq_file_net(p), nfs_net_id); |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 1158 | |
| 1159 | return seq_list_next(v, &nn->nfs_client_list, pos); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1160 | } |
| 1161 | |
| 1162 | /* |
| 1163 | * clean up after reading from the transports list |
| 1164 | */ |
| 1165 | static void nfs_server_list_stop(struct seq_file *p, void *v) |
Jeff Layton | 8d11620 | 2014-09-10 09:04:27 -0400 | [diff] [blame] | 1166 | __releases(&nn->nfs_client_lock) |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1167 | { |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1168 | struct nfs_net *nn = net_generic(seq_file_net(p), nfs_net_id); |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 1169 | |
| 1170 | spin_unlock(&nn->nfs_client_lock); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1171 | } |
| 1172 | |
| 1173 | /* |
| 1174 | * display a header line followed by a load of call lines |
| 1175 | */ |
| 1176 | static int nfs_server_list_show(struct seq_file *m, void *v) |
| 1177 | { |
| 1178 | struct nfs_client *clp; |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1179 | struct nfs_net *nn = net_generic(seq_file_net(m), nfs_net_id); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1180 | |
| 1181 | /* display header on line 1 */ |
Stanislav Kinsbursky | 6b13168 | 2012-01-23 17:26:05 +0000 | [diff] [blame] | 1182 | if (v == &nn->nfs_client_list) { |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1183 | seq_puts(m, "NV SERVER PORT USE HOSTNAME\n"); |
| 1184 | return 0; |
| 1185 | } |
| 1186 | |
| 1187 | /* display one transport per line on subsequent lines */ |
| 1188 | clp = list_entry(v, struct nfs_client, cl_share_link); |
| 1189 | |
Malahal Naineni | 940aab4 | 2011-09-20 17:27:14 -0700 | [diff] [blame] | 1190 | /* Check if the client is initialized */ |
| 1191 | if (clp->cl_cons_state != NFS_CS_READY) |
| 1192 | return 0; |
| 1193 | |
Trond Myklebust | 2446ab6 | 2012-03-01 17:00:56 -0500 | [diff] [blame] | 1194 | rcu_read_lock(); |
Chuck Lever | 5d8515c | 2007-12-10 14:57:16 -0500 | [diff] [blame] | 1195 | seq_printf(m, "v%u %s %s %3d %s\n", |
Trond Myklebust | 40c55319 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 1196 | clp->rpc_ops->version, |
Chuck Lever | 5d8515c | 2007-12-10 14:57:16 -0500 | [diff] [blame] | 1197 | rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_HEX_ADDR), |
| 1198 | rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_HEX_PORT), |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1199 | atomic_read(&clp->cl_count), |
| 1200 | clp->cl_hostname); |
Trond Myklebust | 2446ab6 | 2012-03-01 17:00:56 -0500 | [diff] [blame] | 1201 | rcu_read_unlock(); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1202 | |
| 1203 | return 0; |
| 1204 | } |
| 1205 | |
| 1206 | /* |
| 1207 | * open "/proc/fs/nfsfs/volumes" which provides a summary of extant volumes |
| 1208 | */ |
| 1209 | static int nfs_volume_list_open(struct inode *inode, struct file *file) |
| 1210 | { |
Fabian Frederick | 2f3169f | 2014-09-24 18:56:11 +0200 | [diff] [blame] | 1211 | return seq_open_net(inode, file, &nfs_volume_list_ops, |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1212 | sizeof(struct seq_net_private)); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1213 | } |
| 1214 | |
| 1215 | /* |
| 1216 | * set up the iterator to start reading from the volume list and return the first item |
| 1217 | */ |
| 1218 | static void *nfs_volume_list_start(struct seq_file *m, loff_t *_pos) |
Jeff Layton | 8d11620 | 2014-09-10 09:04:27 -0400 | [diff] [blame] | 1219 | __acquires(&nn->nfs_client_lock) |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1220 | { |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1221 | struct nfs_net *nn = net_generic(seq_file_net(m), nfs_net_id); |
Stanislav Kinsbursky | c25d32b | 2012-01-23 17:26:14 +0000 | [diff] [blame] | 1222 | |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1223 | /* lock the list against modification */ |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 1224 | spin_lock(&nn->nfs_client_lock); |
Stanislav Kinsbursky | c25d32b | 2012-01-23 17:26:14 +0000 | [diff] [blame] | 1225 | return seq_list_start_head(&nn->nfs_volume_list, *_pos); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1226 | } |
| 1227 | |
| 1228 | /* |
| 1229 | * move to next volume |
| 1230 | */ |
| 1231 | static void *nfs_volume_list_next(struct seq_file *p, void *v, loff_t *pos) |
| 1232 | { |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1233 | struct nfs_net *nn = net_generic(seq_file_net(p), nfs_net_id); |
Stanislav Kinsbursky | c25d32b | 2012-01-23 17:26:14 +0000 | [diff] [blame] | 1234 | |
| 1235 | return seq_list_next(v, &nn->nfs_volume_list, pos); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1236 | } |
| 1237 | |
| 1238 | /* |
| 1239 | * clean up after reading from the transports list |
| 1240 | */ |
| 1241 | static void nfs_volume_list_stop(struct seq_file *p, void *v) |
Jeff Layton | 8d11620 | 2014-09-10 09:04:27 -0400 | [diff] [blame] | 1242 | __releases(&nn->nfs_client_lock) |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1243 | { |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1244 | struct nfs_net *nn = net_generic(seq_file_net(p), nfs_net_id); |
Stanislav Kinsbursky | dc03085 | 2012-01-23 17:26:31 +0000 | [diff] [blame] | 1245 | |
| 1246 | spin_unlock(&nn->nfs_client_lock); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1247 | } |
| 1248 | |
| 1249 | /* |
| 1250 | * display a header line followed by a load of call lines |
| 1251 | */ |
| 1252 | static int nfs_volume_list_show(struct seq_file *m, void *v) |
| 1253 | { |
| 1254 | struct nfs_server *server; |
| 1255 | struct nfs_client *clp; |
Kinglong Mee | df05a49 | 2015-06-13 10:07:00 +0800 | [diff] [blame] | 1256 | char dev[13]; // 8 for 2^24, 1 for ':', 3 for 2^8, 1 for '\0' |
| 1257 | char fsid[34]; // 2 * 16 for %llx, 1 for ':', 1 for '\0' |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1258 | struct nfs_net *nn = net_generic(seq_file_net(m), nfs_net_id); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1259 | |
| 1260 | /* display header on line 1 */ |
Stanislav Kinsbursky | c25d32b | 2012-01-23 17:26:14 +0000 | [diff] [blame] | 1261 | if (v == &nn->nfs_volume_list) { |
Kinglong Mee | df05a49 | 2015-06-13 10:07:00 +0800 | [diff] [blame] | 1262 | seq_puts(m, "NV SERVER PORT DEV FSID" |
| 1263 | " FSC\n"); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1264 | return 0; |
| 1265 | } |
| 1266 | /* display one transport per line on subsequent lines */ |
| 1267 | server = list_entry(v, struct nfs_server, master_link); |
| 1268 | clp = server->nfs_client; |
| 1269 | |
Kinglong Mee | df05a49 | 2015-06-13 10:07:00 +0800 | [diff] [blame] | 1270 | snprintf(dev, sizeof(dev), "%u:%u", |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1271 | MAJOR(server->s_dev), MINOR(server->s_dev)); |
| 1272 | |
Kinglong Mee | df05a49 | 2015-06-13 10:07:00 +0800 | [diff] [blame] | 1273 | snprintf(fsid, sizeof(fsid), "%llx:%llx", |
David Howells | 6daabf1 | 2006-08-24 15:44:16 -0400 | [diff] [blame] | 1274 | (unsigned long long) server->fsid.major, |
| 1275 | (unsigned long long) server->fsid.minor); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1276 | |
Trond Myklebust | 2446ab6 | 2012-03-01 17:00:56 -0500 | [diff] [blame] | 1277 | rcu_read_lock(); |
Kinglong Mee | df05a49 | 2015-06-13 10:07:00 +0800 | [diff] [blame] | 1278 | seq_printf(m, "v%u %s %s %-12s %-33s %s\n", |
Trond Myklebust | 40c55319 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 1279 | clp->rpc_ops->version, |
Chuck Lever | 5d8515c | 2007-12-10 14:57:16 -0500 | [diff] [blame] | 1280 | rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_HEX_ADDR), |
| 1281 | rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_HEX_PORT), |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1282 | dev, |
David Howells | 5d1acff | 2009-04-03 16:42:47 +0100 | [diff] [blame] | 1283 | fsid, |
| 1284 | nfs_server_fscache_state(server)); |
Trond Myklebust | 2446ab6 | 2012-03-01 17:00:56 -0500 | [diff] [blame] | 1285 | rcu_read_unlock(); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1286 | |
| 1287 | return 0; |
| 1288 | } |
| 1289 | |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1290 | int nfs_fs_proc_net_init(struct net *net) |
| 1291 | { |
| 1292 | struct nfs_net *nn = net_generic(net, nfs_net_id); |
| 1293 | struct proc_dir_entry *p; |
| 1294 | |
| 1295 | nn->proc_nfsfs = proc_net_mkdir(net, "nfsfs", net->proc_net); |
| 1296 | if (!nn->proc_nfsfs) |
| 1297 | goto error_0; |
| 1298 | |
| 1299 | /* a file of servers with which we're dealing */ |
| 1300 | p = proc_create("servers", S_IFREG|S_IRUGO, |
| 1301 | nn->proc_nfsfs, &nfs_server_list_fops); |
| 1302 | if (!p) |
| 1303 | goto error_1; |
| 1304 | |
| 1305 | /* a file of volumes that we have mounted */ |
| 1306 | p = proc_create("volumes", S_IFREG|S_IRUGO, |
| 1307 | nn->proc_nfsfs, &nfs_volume_list_fops); |
| 1308 | if (!p) |
Cong Wang | 21e8100 | 2014-09-08 16:17:55 -0700 | [diff] [blame] | 1309 | goto error_1; |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1310 | return 0; |
| 1311 | |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1312 | error_1: |
Cong Wang | 21e8100 | 2014-09-08 16:17:55 -0700 | [diff] [blame] | 1313 | remove_proc_subtree("nfsfs", net->proc_net); |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1314 | error_0: |
| 1315 | return -ENOMEM; |
| 1316 | } |
| 1317 | |
| 1318 | void nfs_fs_proc_net_exit(struct net *net) |
| 1319 | { |
Cong Wang | 21e8100 | 2014-09-08 16:17:55 -0700 | [diff] [blame] | 1320 | remove_proc_subtree("nfsfs", net->proc_net); |
Eric W. Biederman | 65b3885 | 2014-07-31 04:35:20 -0700 | [diff] [blame] | 1321 | } |
| 1322 | |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1323 | /* |
| 1324 | * initialise the /proc/fs/nfsfs/ directory |
| 1325 | */ |
| 1326 | int __init nfs_fs_proc_init(void) |
| 1327 | { |
Kinglong Mee | 6a062a3 | 2015-07-01 23:00:29 +0800 | [diff] [blame] | 1328 | if (!proc_mkdir("fs/nfsfs", NULL)) |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1329 | goto error_0; |
| 1330 | |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1331 | /* a file of servers with which we're dealing */ |
Kinglong Mee | 6a062a3 | 2015-07-01 23:00:29 +0800 | [diff] [blame] | 1332 | if (!proc_symlink("fs/nfsfs/servers", NULL, "../../net/nfsfs/servers")) |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1333 | goto error_1; |
| 1334 | |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1335 | /* a file of volumes that we have mounted */ |
Kinglong Mee | 6a062a3 | 2015-07-01 23:00:29 +0800 | [diff] [blame] | 1336 | if (!proc_symlink("fs/nfsfs/volumes", NULL, "../../net/nfsfs/volumes")) |
| 1337 | goto error_1; |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1338 | |
Kinglong Mee | 6a062a3 | 2015-07-01 23:00:29 +0800 | [diff] [blame] | 1339 | return 0; |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1340 | error_1: |
Kinglong Mee | 6a062a3 | 2015-07-01 23:00:29 +0800 | [diff] [blame] | 1341 | remove_proc_subtree("fs/nfsfs", NULL); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1342 | error_0: |
| 1343 | return -ENOMEM; |
| 1344 | } |
| 1345 | |
| 1346 | /* |
| 1347 | * clean up the /proc/fs/nfsfs/ directory |
| 1348 | */ |
| 1349 | void nfs_fs_proc_exit(void) |
| 1350 | { |
Kinglong Mee | 6a062a3 | 2015-07-01 23:00:29 +0800 | [diff] [blame] | 1351 | remove_proc_subtree("fs/nfsfs", NULL); |
David Howells | 6aaca56 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1352 | } |
| 1353 | |
| 1354 | #endif /* CONFIG_PROC_FS */ |