]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - fs/nfs/client.c
NFS: Unexport nfs_probe_fsinfo()
[thirdparty/kernel/stable.git] / fs / nfs / client.c
index 1a882c78a794b91b98cc6108e7a4035ef41d356a..960b9d87648e031fa3fc4a16c38e6591ea894e63 100644 (file)
@@ -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.