commit | 5cbf5eaef7e4430f60844748fd33e22a5fb15167 | [log] [tgz] |
---|---|---|
author | brking@us.ibm.com <brking@us.ibm.com> | Mon May 02 19:50:47 2005 -0500 |
committer | James Bottomley <jejb@mulgrave.(none)> | Fri May 20 12:53:48 2005 -0500 |
tree | b19ccfeff04a36519871fde63c41803d78be6b37 | |
parent | 380c3877ae5de888cfb7a59990b9aee5a415295f [diff] |
[SCSI] ipr: Fix ipr PCI hotplug hang with CDROM attach Currently, during PCI hotplug remove, if the upper layer drivers of the attached devices send commands down as part of the remove action, like a CDROM, the hotplug action will hang forever due to the ipr driver returning SCSI_MLQUEUE_HOST_BUSY. Patch fixes this. Signed-off-by: Brian King <brking@us.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>