Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7aea67b authored by Jayamohan Kallickal's avatar Jayamohan Kallickal Committed by James Bottomley
Browse files

[SCSI] be2iscsi: Use of opcode in beiscsi_alloc_pdu



This patch enables use of opcode that is passed in

Signed-off-by: default avatarJayamohan Kallickal <jayamohank@serverengines.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
parent 2807afb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3339,7 +3339,7 @@ static int beiscsi_alloc_pdu(struct iscsi_task *task, uint8_t opcode)
			goto free_hndls;
	} else {
		io_task->scsi_cmnd = NULL;
		if ((task->hdr->opcode & ISCSI_OPCODE_MASK) == ISCSI_OP_LOGIN) {
		if ((opcode & ISCSI_OPCODE_MASK) == ISCSI_OP_LOGIN) {
			if (!beiscsi_conn->login_in_progress) {
				spin_lock(&phba->mgmt_sgl_lock);
				io_task->psgl_handle = (struct sgl_handle *)