[pnfs] [PATCH 1/4] [SQUASHME] pnfs: unexport nfs4_schedule_state_recovery
Benny Halevy
bhalevy at panasas.com
Tue Jun 3 13:49:27 EDT 2008
There's no need to export nfs4_schedule_state_recovery.
Signed-off-by: Benny Halevy <bhalevy at panasas.com>
---
fs/nfs/nfs4state.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/fs/nfs/nfs4state.c b/fs/nfs/nfs4state.c
index b9eadfc..bae032d 100644
--- a/fs/nfs/nfs4state.c
+++ b/fs/nfs/nfs4state.c
@@ -847,7 +847,6 @@ void nfs4_schedule_state_recovery(struct nfs_client *clp)
if (test_and_set_bit(NFS4CLNT_STATE_RECOVER, &clp->cl_state) == 0)
nfs4_recover_state(clp);
}
-EXPORT_SYMBOL(nfs4_schedule_state_recovery);
static int nfs4_reclaim_locks(struct nfs4_state_recovery_ops *ops, struct nfs4_state *state)
{
--
1.5.3.3
More information about the pNFS
mailing list