commit | eee417b0697827a6e120199b126b447af3c81b47 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Nov 26 13:03:13 2015 +0100 |
committer | Jens Axboe <axboe@fb.com> | Tue Dec 22 09:38:34 2015 -0700 |
tree | 3898df5e908182560d1d195cefd330a79edbdf38 | |
parent | aae239e1910ebc27ec9f7e8b25904a69626cf28c [diff] |
nvme: properly free resources for cancelled command We need to move freeing of resources to the ->complete handler to ensure they are also freed when we cancel the command. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Jens Axboe <axboe@fb.com>