linux/drivers/message/fusion
Eric Moore ad8c31bb69 [SCSI] fusion: remove VMWare guest OS remounted as read only work around
This address the issue of VMWare guest OS being remounted as read-only
becuase the underlying device was held busy too long and at the
same time address Engenio MPP driver concerns over infinite retries.
This patch removes the code that snoops the SAM STATUS on busy, which
would be returning DID_BUS_BUSY, instead we return the status as is.
Retry hanlding seems to be properly handled in scsi_softirq_done,
where a busy sam status would only occurr for the time specified by
(cmd->allowed +1) * cmd->timeout_per_command.

Signed-off-by: Eric Moore <Eric.Moore@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
2007-03-20 11:31:51 -05:00
..
lsi [SCSI] fusion: mpi header update - version 1.05.14 2007-01-27 09:25:29 -06:00
Kconfig [SCSI] mptctl for mptsas 2007-01-13 13:51:31 -06:00
linux_compat.h [SCSI] drivers/message/fusion/linux_compat.h Removal of old code 2006-09-26 11:35:20 -07:00
Makefile [SCSI] fusion - iocstatus, loginfo, and event debug updates 2007-02-02 20:53:14 -06:00
mptbase.c [SCSI] fusion: honour return value of pci_enable_device() in mpt_resume() 2007-03-20 11:30:31 -05:00
mptbase.h [SCSI] fusion - bump version - 3.04.04 2007-02-02 21:12:02 -06:00
mptctl.c [PATCH] mark struct file_operations const 4 2007-02-12 09:48:45 -08:00
mptctl.h [SCSI] fusion - bump version - 3.04.04 2007-02-02 21:12:02 -06:00
mptfc.c [PATCH] remove many unneeded #includes of sched.h 2007-02-14 08:09:54 -08:00
mptlan.c [SCSI] fusion - bump version - 3.04.04 2007-02-02 21:12:02 -06:00
mptlan.h [SCSI] fusion - bump version - 3.04.04 2007-02-02 21:12:02 -06:00
mptsas.c [PATCH] remove many unneeded #includes of sched.h 2007-02-14 08:09:54 -08:00
mptscsih.c [SCSI] fusion: remove VMWare guest OS remounted as read only work around 2007-03-20 11:31:51 -05:00
mptscsih.h [SCSI] fusion - bump version - 3.04.04 2007-02-02 21:12:02 -06:00
mptspi.c [SCSI] fusion: kernel-doc warning fixes 2007-03-20 10:47:23 -05:00