[SCSI] mpt2sas: Fix for deadlock between hot plug worker threads and host reset context
commit918134efe9893629407af04adf242ee3095bea4a
authornagalakshmi.nandigama@lsi.com <nagalakshmi.nandigama@lsi.com>
Wed, 19 Oct 2011 10:07:24 +0000 (19 15:37 +0530)
committerJames Bottomley <JBottomley@Parallels.com>
Sun, 30 Oct 2011 08:54:42 +0000 (30 12:54 +0400)
treeff1ff5b2669f29d2df5e7e28a2ed4fe9f6f07899
parentf3db032f1af6dd3280037ea526fee7cddcc36c41
[SCSI] mpt2sas: Fix for deadlock between hot plug worker threads and host reset context

This is due to driver reporting a device missing to the OS then the OS sending
a SYNC_CACHE request to driver while the IO queues are locked due to host reset.

To fix the issue, the driver will be waking up the port enable context
immediately when the driver receives the reply message, instead of waiting
on the hot plug worker threads.

Signed-off-by: Nagalakshmi Nandigama <nagalakshmi.nandigama@lsi.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/mpt2sas/mpt2sas_scsih.c