diff options
author | nagalakshmi.nandigama@lsi.com <nagalakshmi.nandigama@lsi.com> | 2011-10-19 15:37:14 +0530 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-10-30 12:53:45 +0400 |
commit | f3db032f1af6dd3280037ea526fee7cddcc36c41 (patch) | |
tree | 3e81bec7fcc23e0f4bb8b795f3f003d0b5f530aa /drivers/mfd/ab8500-sysctrl.c | |
parent | f881ceadd4d6afafb227bcf8165c1b63ba90065b (diff) |
[SCSI] mpt2sas: Fix for dead lock occurring between host_lock and sas_device_lock
Fix for dead lock occurring between host_lock and sas_device_lock.
The deadlock is between two spin locks, between the shost->host_lock
and driver ioc->sas_device_lock.
The fix is to rearrange the code in the FW/Driver device removal
handshake so the ioc->sas_device_lock is not occurring when the
shost->host_lock is taken.
[jejb: zero initialise sas_address to fix spurious compiler warning]
Signed-off-by: Nagalakshmi Nandigama <nagalakshmi.nandigama@lsi.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/mfd/ab8500-sysctrl.c')
0 files changed, 0 insertions, 0 deletions