]> 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)
commit89cfbeb54cca9f07a8837654a12f2822d777da57
tree3e11f09edb70fd9dad771c452806524c63ff41dc
parent16fd2936e3da576fe7121245f0eb22d22a2fea66
[SCSI] fix async probe regression

Commit 89661b8 "[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