]> git.karo-electronics.de Git - karo-tx-linux.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)
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 <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