fastboot: make scsi probes asynchronous
authorArjan van de Ven <arjan@linux.intel.com>
Sun, 4 Jan 2009 13:32:28 +0000 (05:32 -0800)
committerArjan van de Ven <arjan@linux.intel.com>
Wed, 7 Jan 2009 16:46:13 +0000 (08:46 -0800)
This patch makes part of the scsi probe (which is mostly device spin up and the
partition scan) asynchronous. Only the part that runs after getting the device
number allocated is asynchronous, ensuring that device numbering remains stable.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>

No differences found