commit | 5124c285797aa33d5fdb909fbe808a61bcc5eb9d | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Mon Feb 10 03:24:39 2014 -0800 |
committer | Jens Axboe <axboe@fb.com> | Mon Feb 10 09:27:31 2014 -0700 |
tree | f079a44837b958fe8af479a5602c3f352af0f0ce | |
parent | 30a91cb4ef385fe1b260df204ef314d86fff2850 [diff] |
virtio_blk: use blk_mq_complete_request Make sure to complete requests on the submitting CPU. Previously this was done in blk_mq_end_io, but the responsibility shifted to the drivers. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>