]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit119a472cbb77d33ae1c4d7e7f2b5821a5b3c85d4
tree141847f8c0c75254cbfd0b503cbc5037db1c41ab
parent7e6fa2d104e497c8c8c81ae8a4903b32cb83ccb8
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