diff options
author | James Smart <James.Smart@Emulex.Com> | 2009-01-27 11:41:36 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-02-10 11:15:17 -0500 |
commit | c2f9e49f9bbfa2e111ab1e1628b96b560bae7cec (patch) | |
tree | 8a0d0332d213eae45c165b4aed689a45585a48d8 /drivers/mmc | |
parent | e637d553199e264327714da437e6c808f2f4b096 (diff) | |
download | op-kernel-dev-c2f9e49f9bbfa2e111ab1e1628b96b560bae7cec.zip op-kernel-dev-c2f9e49f9bbfa2e111ab1e1628b96b560bae7cec.tar.gz |
[SCSI] scsi_scan: add missing interim SDEV_DEL state if slave_alloc fails
We were running i/o and performing a bunch of hba resets in a loop.
This forces a lot of target removes and then rescans. Since the
resets are occuring during scan it's causing the scan i/o to timeout,
invoking error recovery, etc. We end up getting some nasty crashing
in scsi_scan.c due to references to old sdevs that are failing
but had some lingering references that kept them around.
Fix by setting device state to SDEV_DEL if the LLD's slave_alloc
fails.
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/mmc')
0 files changed, 0 insertions, 0 deletions