]> Pileus Git - ~andy/linux/commit
[SCSI] mpt2sas: Added DID_NO_CONNECT return when driver remove and avoid shutdown...
authorKashyap, Desai <kashyap.desai@lsi.com>
Tue, 14 Jun 2011 05:27:08 +0000 (10:57 +0530)
committerJames Bottomley <JBottomley@Parallels.com>
Wed, 29 Jun 2011 21:16:21 +0000 (16:16 -0500)
commit7821578caa8cb831868989041112ab808029ca65
treebe3fe92ec16d5c4142b0144718930ce6dab990cd
parentf93213de5c28d4aeda51b3c03daf7e27f6dd2b7a
[SCSI] mpt2sas: Added DID_NO_CONNECT return when driver remove and avoid shutdown call

Driver should not call shutdown call from _scsih_remove otherwise,
The scsi midlayer can be deadlocked when devices are removed from the driver
pci_driver->shutdown handler.

Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/mpt2sas/mpt2sas_scsih.c