[pnfs] [PATCH 06/17] [SQUASHME] nfs41: make nfs4_init_slot_table static
Benny Halevy
bhalevy at panasas.com
Tue Jun 3 13:39:25 EDT 2008
not called outside nfs4proc.c
Signed-off-by: Benny Halevy <bhalevy at panasas.com>
---
fs/nfs/nfs4proc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index 0baaad3..558f984 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -4505,7 +4505,7 @@ int nfs4_proc_get_lease_time(struct nfs_client *clp,
}
/* Initialize a slot table */
-int nfs4_init_slot_table(struct nfs4_channel *channel)
+static int nfs4_init_slot_table(struct nfs4_channel *channel)
{
struct nfs4_slot_table *tbl = &channel->slot_table;
int i, max_slots = channel->chan_attrs.max_reqs;
--
1.5.3.3
More information about the pNFS
mailing list