]> www.infradead.org Git - users/jedix/linux-maple.git/commit
NVMe: Unify controller probe and resume
authorSantosh Shilimkar <santosh.shilimkar@oracle.com>
Thu, 6 Aug 2015 21:48:39 +0000 (14:48 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Fri, 7 Aug 2015 18:21:07 +0000 (11:21 -0700)
commit3da3038dde77dfb59a7f044580d6aa3e978346e4
tree47b0113a5b1cd2b55ea18518a8f95174ed7fd134
parent992fb79843d9532dd3c2fabffa3be35fed7b229c
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>
Conflicts:

drivers/block/nvme-core.c

Orabug: 21569452

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
drivers/block/nvme-core.c