Fixed iocb flags not being reset for scsi commands.

Signed-off-by: James Smart <james.sm...@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);



--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to