nvme: simplify resets
authorChristoph Hellwig <hch@lst.de>
Thu, 26 Nov 2015 11:10:29 +0000 (12:10 +0100)
committerJens Axboe <axboe@fb.com>
Tue, 22 Dec 2015 16:38:33 +0000 (09:38 -0700)
commit846cc05f95d599801f296d8599e82686ebd395f0
treef140f30687d295ac01c1a9d3654b96c85463a0c1
parent297465c873ae8c99180617ca904dc1a4a738f25d
nvme: simplify resets

Don't delete the controller from dev_list before queuing a reset, instead
just check for it being reset in the polling kthread.  This allows to remove
the dev_list_lock in various places, and in addition we can simply rely on
checking the queue_work return value to see if we could reset a controller.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/nvme/host/pci.c