On Wed, May 30, 2012 at 11:21:25AM -0700, Dan Williams wrote: > Commit a7a20d10 "[SCSI] sd: limit the scope of the async probe domain" > introduces a boot regression by moving sd probe work off of the global > async queue. Using a local async domain hides the probe work from being > synchronized by wait_for_device_probe()->async_synchronize_full(). > > Fix this by teaching async_synchronize_full() to flush all async work > regardless of domain, and take the opportunity to convert scsi scanning > to async_schedule(). This enables wait_for_device_probe() to flush scsi > scanning work. Looks like those fix a similar boot issue I reported earlier: http://marc.info/?l=linux-kernel&m=133839683405526&w=2 Should I give them a run or are they still in review? Thanks. -- Regards/Gruss, Boris. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html