commit | ffe7704d59025ce7a37525146d44b6a79510fc8e | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Mon Jun 08 10:08:15 2015 -0600 |
committer | Jens Axboe <axboe@fb.com> | Sat Jun 27 11:42:51 2015 -0600 |
tree | 141847f8c0c75254cbfd0b503cbc5037db1c41ab | |
parent | 17188bb403e9098a815dd850aedb6c150d2a3a6b [diff] |
NVMe: Unify controller probe and resume This unifies probe and resume so they both may be scheduled in the same way. This is necessary for error handling that may occur during device initialization since the task to cleanup the device wouldn't be able to run if it is blocked on device initialization. Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Jens Axboe <axboe@fb.com>