]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] fix async probe regression
authorDan Williams <dan.j.williams@intel.com>
Fri, 25 May 2012 17:55:07 +0000 (10:55 -0700)
committerJames Bottomley <JBottomley@Parallels.com>
Wed, 30 May 2012 09:37:07 +0000 (13:37 +0400)
commite0edf2278a94060ad76fc0da6b9d6bf433b0b8a6
tree3e11f09edb70fd9dad771c452806524c63ff41dc
parent64de1de488d3ae9f59f5afd705847a14b37772c9
[SCSI] fix async probe regression

Commit 6675ddc "[SCSI] sd: limit the scope of the async probe domain"
moved sd probe work out of reach of wait_for_device_probe().  Allow it
to be synced via scsi_complete_async_scans().

Reported-by: Meelis Roos <mroos@linux.ee>
Tested-by: Meelis Roos <mroos@linux.ee>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/scsi_scan.c