[PATCH] Snoop SET FEATURES - WRITE CACHE ENABLE/DISABLE command(v5)
[pandora-kernel.git] / drivers / scsi / libata-eh.c
index 6285257..f82799e 100644 (file)
@@ -1554,6 +1554,9 @@ static int ata_eh_revalidate_and_attach(struct ata_port *ap,
                        if (rc)
                                break;
 
+                       /* schedule the scsi_rescan_device() here */
+                       queue_work(ata_aux_wq, &(ap->scsi_rescan_task));
+
                        ehc->i.action &= ~ATA_EH_REVALIDATE;
                } else if (dev->class == ATA_DEV_UNKNOWN &&
                           ehc->tries[dev->devno] &&