commit | aae239e1910ebc27ec9f7e8b25904a69626cf28c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Nov 26 12:59:50 2015 +0100 |
committer | Jens Axboe <axboe@fb.com> | Tue Dec 22 09:38:34 2015 -0700 |
tree | 1b025d25e50d6cf0d500dea47e1effd03559ac00 | |
parent | adf68f21c15572c68d9fadae618a09cf324b9814 [diff] |
nvme: simplify completion handling Now that all commands are executed as block layer requests we can remove the internal completion in the NVMe driver. Note that we can simply call blk_mq_complete_request to abort commands as the block layer will protect against double copletions internally. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Jens Axboe <axboe@fb.com>