summaryrefslogtreecommitdiffstats
path: root/fs/nfs/client.c
diff options
context:
space:
mode:
authorAnna Schumaker <Anna.Schumaker@Netapp.com>2021-10-14 13:55:08 -0400
committerTrond Myklebust <trond.myklebust@hammerspace.com>2021-10-20 18:09:55 -0400
commit5fe1210d259542f966bab130830ece08e97f68f5 (patch)
tree0850b64f959156b411c52a49a6edb079f2b3162f /fs/nfs/client.c
parent1301ba603ca519f9191eae68ee59a2d1165b3458 (diff)
downloadlinux-5fe1210d259542f966bab130830ece08e97f68f5.tar.gz
linux-5fe1210d259542f966bab130830ece08e97f68f5.tar.bz2
linux-5fe1210d259542f966bab130830ece08e97f68f5.zip
NFS: Unexport nfs_probe_fsinfo()
All the callers are now in client.c so we can remove the EXPORT_SYMBOL_GPL() and make it static. Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'fs/nfs/client.c')
-rw-r--r--fs/nfs/client.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/nfs/client.c b/fs/nfs/client.c
index 1a882c78a794..960b9d87648e 100644
--- a/fs/nfs/client.c
+++ b/fs/nfs/client.c
@@ -828,7 +828,7 @@ static void nfs_server_set_fsinfo(struct nfs_server *server,
/*
* Probe filesystem information, including the FSID on v2/v3
*/
-int nfs_probe_fsinfo(struct nfs_server *server, struct nfs_fh *mntfh, struct nfs_fattr *fattr)
+static int nfs_probe_fsinfo(struct nfs_server *server, struct nfs_fh *mntfh, struct nfs_fattr *fattr)
{
struct nfs_fsinfo fsinfo;
struct nfs_client *clp = server->nfs_client;
@@ -862,7 +862,6 @@ int nfs_probe_fsinfo(struct nfs_server *server, struct nfs_fh *mntfh, struct nfs
return 0;
}
-EXPORT_SYMBOL_GPL(nfs_probe_fsinfo);
/*
* Grab the destination's particulars, including lease expiry time.