提交 40ead580 编写于 作者: A Alexandros Batsakis 提交者: Trond Myklebust

nfs: remove rpc_task argument from nfs4_find_slot

Signed-off-by: NAlexandros Batsakis <batsakis@netapp.com>
Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
上级 48f18612
......@@ -430,7 +430,7 @@ static void nfs41_sequence_done(struct nfs_client *clp,
* Note: must be called with under the slot_tbl_lock.
*/
static u8
nfs4_find_slot(struct nfs4_slot_table *tbl, struct rpc_task *task)
nfs4_find_slot(struct nfs4_slot_table *tbl)
{
int slotid;
u8 ret_id = NFS4_MAX_SLOT_TABLE;
......@@ -483,7 +483,7 @@ static int nfs41_setup_sequence(struct nfs4_session *session,
return -EAGAIN;
}
slotid = nfs4_find_slot(tbl, task);
slotid = nfs4_find_slot(tbl);
if (slotid == NFS4_MAX_SLOT_TABLE) {
rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
spin_unlock(&tbl->slot_tbl_lock);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册