* [PATCH 17/22] lpfc 8.3.39: Fixed iocb flags not being reset for scsi commands
@ 2013-04-18 0:19 James Smart
0 siblings, 0 replies; only message in thread
From: James Smart @ 2013-04-18 0:19 UTC (permalink / raw)
To: linux-scsi
Fixed iocb flags not being reset for scsi commands.
Signed-off-by: James Smart <james.smart@emulex.com>
---
lpfc_scsi.c | 2 ++
1 file changed, 2 insertions(+)
diff -upNr a/drivers/scsi/lpfc/lpfc_scsi.c b/drivers/scsi/lpfc/lpfc_scsi.c
--- a/drivers/scsi/lpfc/lpfc_scsi.c 2013-04-15 18:26:46.934041346 -0400
+++ b/drivers/scsi/lpfc/lpfc_scsi.c 2013-04-15 18:26:51.610041452 -0400
@@ -1215,6 +1215,7 @@ lpfc_release_scsi_buf_s3(struct lpfc_hba
spin_lock_irqsave(&phba->scsi_buf_list_put_lock, iflag);
psb->pCmd = NULL;
+ psb->cur_iocbq.iocb_flag = LPFC_IO_FCP;
list_add_tail(&psb->list, &phba->lpfc_scsi_buf_list_put);
spin_unlock_irqrestore(&phba->scsi_buf_list_put_lock, iflag);
}
@@ -1248,6 +1249,7 @@ lpfc_release_scsi_buf_s4(struct lpfc_hba
iflag);
} else {
psb->pCmd = NULL;
+ psb->cur_iocbq.iocb_flag = LPFC_IO_FCP;
spin_lock_irqsave(&phba->scsi_buf_list_put_lock, iflag);
list_add_tail(&psb->list, &phba->lpfc_scsi_buf_list_put);
spin_unlock_irqrestore(&phba->scsi_buf_list_put_lock, iflag);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-18 0:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-18 0:19 [PATCH 17/22] lpfc 8.3.39: Fixed iocb flags not being reset for scsi commands James Smart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox