[pnfs] [PATCH 05/17] [SQUASHME] nfs41: unexport _nfs4_proc_exchange_id
Benny Halevy
bhalevy at panasas.com
Tue Jun 3 13:39:14 EDT 2008
Needed for pnfs only.
Signed-off-by: Benny Halevy <bhalevy at panasas.com>
---
fs/nfs/nfs4proc.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index bebbad2..0baaad3 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -4331,7 +4331,7 @@ int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name,
}
#ifdef CONFIG_NFS_V4_1
-int _nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
+static int _nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
{
nfs4_verifier verifier;
struct nfs41_exchange_id_args args = {
@@ -4405,9 +4405,8 @@ int _nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
dprintk("<-- %s status= %d\n", __func__, status);
return status;
}
-EXPORT_SYMBOL(_nfs4_proc_exchange_id);
-int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
+static int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
{
struct nfs_server *server;
--
1.5.3.3
More information about the pNFS
mailing list