NVMe: Unify controller probe and resume
authorKeith Busch <keith.busch@intel.com>
Mon, 8 Jun 2015 16:08:15 +0000 (10:08 -0600)
committerJens Axboe <axboe@fb.com>
Sat, 27 Jun 2015 17:42:51 +0000 (11:42 -0600)
commitffe7704d59025ce7a37525146d44b6a79510fc8e
tree141847f8c0c75254cbfd0b503cbc5037db1c41ab
parent17188bb403e9098a815dd850aedb6c150d2a3a6b
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>
drivers/block/nvme-core.c