summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2012-11-20 20:12:38 -0500
committerTrond Myklebust <Trond.Myklebust@netapp.com>2012-12-06 00:30:43 +0100
commitafa296103ea3841fdc81d9d66902fe49bb765527 (patch)
treeaca9d946be69a2614ed0c389f11bf562cc5c9749 /fs/nfs/nfs4proc.c
parent87dda67e7386ba7d2164391ea58b34e028d8157b (diff)
downloadop-kernel-dev-afa296103ea3841fdc81d9d66902fe49bb765527.zip
op-kernel-dev-afa296103ea3841fdc81d9d66902fe49bb765527.tar.gz
NFSv4.1: Remove the state manager code to resize the slot table
The state manager no longer needs any special machinery to stop the session flow and resize the slot table. It is all done on the fly by the SEQUENCE op code now. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r--fs/nfs/nfs4proc.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index fc65300..0642e28 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -5830,23 +5830,6 @@ out:
return ret;
}
-int nfs4_resize_slot_table(struct nfs4_slot_table *tbl,
- u32 max_reqs, u32 ivalue)
-{
- int ret;
-
- if (max_reqs > NFS4_MAX_SLOT_TABLE)
- max_reqs = NFS4_MAX_SLOT_TABLE;
- ret = nfs4_grow_slot_table(tbl, max_reqs, ivalue);
- if (ret)
- return ret;
- spin_lock(&tbl->slot_tbl_lock);
- nfs4_shrink_slot_table(tbl, max_reqs);
- tbl->max_slotid = max_reqs - 1;
- spin_unlock(&tbl->slot_tbl_lock);
- return 0;
-}
-
/* Destroy the slot table */
static void nfs4_destroy_slot_tables(struct nfs4_session *session)
{
OpenPOWER on IntegriCloud