diff options
author | Kashyap, Desai <kashyap.desai@lsi.com> | 2010-03-09 12:04:13 (GMT) |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-04-11 14:23:29 (GMT) |
commit | 1278b11f46d9f34097f44ecc417148f27e8997fe (patch) | |
tree | 986281490f5692194f64ce6e79aa5580a9f36bb8 /drivers/scsi/pm8001 | |
parent | 40956059fb2ef717f1e864a6685e7cd31758fc2b (diff) | |
download | linux-1278b11f46d9f34097f44ecc417148f27e8997fe.tar.xz |
[SCSI] mpt2sas : Device removal algorithm in interrupt context only
external host not connecting after controller reboot: The
problem is : devices are not coming back after having the cable
disconnected then reconnected. The problem is because the
driver/firmware device removal handshake is failing. Due to this failure,
the controller firmware is not sending out device add events when the target
is reconnected. This is root caused to a race in the driver/firmware device
removal algorithm. There is duplicate code in both interrupt and user
context; where target reset is being issue from user context path while
sas_iounit_control(OP_REMOVE) is being sent from interrupt context. An
active target_reset will fail the OP_REMOVE. To fix this problem, the
duplicate code has been removed from user context path.
Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/pm8001')
0 files changed, 0 insertions, 0 deletions