commit | 846cc05f95d599801f296d8599e82686ebd395f0 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Nov 26 12:10:29 2015 +0100 |
committer | Jens Axboe <axboe@fb.com> | Tue Dec 22 09:38:33 2015 -0700 |
tree | f140f30687d295ac01c1a9d3654b96c85463a0c1 | |
parent | 297465c873ae8c99180617ca904dc1a4a738f25d [diff] |
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>