commit | 55ce0da1da287822e5ffb5fcd6e357180d5ba4cd | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Oct 30 20:47:04 2015 +0800 |
committer | Jens Axboe <axboe@fb.com> | Tue Nov 24 15:24:10 2015 -0700 |
tree | 77961be3162f20856cc9ef33658cee08450b9368 | |
parent | bf508e910b02a6107a5aa054e03c6fc8a65dae1e [diff] |
block: fix blk_abort_request for blk-mq drivers We only added the request to the request list for the !blk-mq case, so we should only delete it in that case as well. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>