[SCSI] fix async probe regression
authorDan Williams <[email protected]>
Fri, 25 May 2012 17:55:07 +0000 (10:55 -0700)
committerJames Bottomley <[email protected]>
Wed, 30 May 2012 09:37:07 +0000 (13:37 +0400)
commit43a8d39d0137612c336aa8bbb2cb886a79772ffb
tree3e11f09edb70fd9dad771c452806524c63ff41dc
parentb83d543fd934d565fb243ef348b06a61d794b31d
[SCSI] fix async probe regression

Commit a7a20d1 "[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 <[email protected]>
Tested-by: Meelis Roos <[email protected]>
Signed-off-by: Dan Williams <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
drivers/scsi/scsi_scan.c