linux-stable/drivers/scsi/qla4xxx
Mike Christie a1e0063d0c [SCSI] qla4xxx: Fix cmd check in qla4xxx_cmd_wait
If the command has timedout then the block layer has called
blk_mark_rq_complete. If qla4xxx_cmd_wait is then called
from qla4xxx_eh_host_reset, we will always fail, because if
the driver calls scsi_done then the the block layer will fail
at blk_complete_request's blk_mark_rq_complete call instead of
calling the normal completion path including the function,
blk_queue_end_tag, which releases the tag.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
2010-10-26 11:16:56 -05:00
..
Kconfig [SCSI] qla4xxx: Added support for ISP82XX 2010-07-28 09:04:23 -05:00
Makefile [SCSI] qla4xxx: Added support for ISP82XX 2010-07-28 09:04:23 -05:00
ql4_dbg.c [SCSI] qla4xxx: dump mailbox registers on System Error 2010-10-25 14:52:03 -05:00
ql4_dbg.h [SCSI] Maintain module-parameter name consistency with qla2xxx/qla4xxx. 2006-10-25 15:12:17 -07:00
ql4_def.h [SCSI] qla4xxx: update AER support for ISP82XX 2010-10-25 14:53:42 -05:00
ql4_fw.h [SCSI] qla4xxx: use CRB Register for Request Queue in-pointer 2010-10-25 14:52:44 -05:00
ql4_glbl.h [SCSI] qla4xxx: dump mailbox registers on System Error 2010-10-25 14:52:03 -05:00
ql4_init.c [SCSI] qla4xxx: free_irqs on failed initialize_adapter 2010-10-25 14:50:08 -05:00
ql4_inline.h [SCSI] qla4xxx: Added support for ISP82XX 2010-07-28 09:04:23 -05:00
ql4_iocb.c [SCSI] qla4xxx: use CRB Register for Request Queue in-pointer 2010-10-25 14:52:44 -05:00
ql4_isr.c [SCSI] qla4xxx: dump mailbox registers on System Error 2010-10-25 14:52:03 -05:00
ql4_mbx.c [SCSI] qla4xxx: use CRB Register for Request Queue in-pointer 2010-10-25 14:52:44 -05:00
ql4_nvram.c [SCSI] qla4xxx: Added support for ISP82XX 2010-07-28 09:04:23 -05:00
ql4_nvram.h [SCSI] qla4xxx: Added support for ISP82XX 2010-07-28 09:04:23 -05:00
ql4_nx.c [SCSI] qla4xxx: remove unwanted check for bad spd 2010-10-25 14:54:16 -05:00
ql4_nx.h [SCSI] qla4xxx: remove unwanted check for bad spd 2010-10-25 14:54:16 -05:00
ql4_os.c [SCSI] qla4xxx: Fix cmd check in qla4xxx_cmd_wait 2010-10-26 11:16:56 -05:00
ql4_version.h [SCSI] qla4xxx: Update driver version to 5.02.00-k4 2010-10-25 14:56:04 -05:00