commit | 4ace92fc112c6069b4fcb95a31d3142d4a43ff2a | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Sun Jan 04 05:32:28 2009 -0800 |
committer | Arjan van de Ven <arjan@linux.intel.com> | Wed Jan 07 08:46:13 2009 -0800 |
tree | dacd01f3f249f30868d239ae32b899962f9008cf | |
parent | 22a9d645677feefd402befd02edd59b122289ef1 [diff] |
fastboot: make scsi probes asynchronous 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>