Loading fs/nfs/nfs4proc.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -430,7 +430,7 @@ static void nfs41_sequence_done(struct nfs_client *clp, * Note: must be called with under the slot_tbl_lock. * Note: must be called with under the slot_tbl_lock. */ */ static u8 static u8 nfs4_find_slot(struct nfs4_slot_table *tbl, struct rpc_task *task) nfs4_find_slot(struct nfs4_slot_table *tbl) { { int slotid; int slotid; u8 ret_id = NFS4_MAX_SLOT_TABLE; u8 ret_id = NFS4_MAX_SLOT_TABLE; Loading Loading @@ -483,7 +483,7 @@ static int nfs41_setup_sequence(struct nfs4_session *session, return -EAGAIN; return -EAGAIN; } } slotid = nfs4_find_slot(tbl, task); slotid = nfs4_find_slot(tbl); if (slotid == NFS4_MAX_SLOT_TABLE) { if (slotid == NFS4_MAX_SLOT_TABLE) { rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL); rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL); spin_unlock(&tbl->slot_tbl_lock); spin_unlock(&tbl->slot_tbl_lock); Loading Loading
fs/nfs/nfs4proc.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -430,7 +430,7 @@ static void nfs41_sequence_done(struct nfs_client *clp, * Note: must be called with under the slot_tbl_lock. * Note: must be called with under the slot_tbl_lock. */ */ static u8 static u8 nfs4_find_slot(struct nfs4_slot_table *tbl, struct rpc_task *task) nfs4_find_slot(struct nfs4_slot_table *tbl) { { int slotid; int slotid; u8 ret_id = NFS4_MAX_SLOT_TABLE; u8 ret_id = NFS4_MAX_SLOT_TABLE; Loading Loading @@ -483,7 +483,7 @@ static int nfs41_setup_sequence(struct nfs4_session *session, return -EAGAIN; return -EAGAIN; } } slotid = nfs4_find_slot(tbl, task); slotid = nfs4_find_slot(tbl); if (slotid == NFS4_MAX_SLOT_TABLE) { if (slotid == NFS4_MAX_SLOT_TABLE) { rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL); rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL); spin_unlock(&tbl->slot_tbl_lock); spin_unlock(&tbl->slot_tbl_lock); Loading