commit | 944e7c87967c820a0f34a935b1f2799944099750 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Nov 26 11:00:12 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Nov 29 10:12:22 2018 -0700 |
tree | e98652bcd78a3f5c64bb015a64768caf1ce71632 | |
parent | 04f3eafda6e05adc56afed4d3ae6e24aaa429058 [diff] |
virtio_blk: implement mq_ops->commit_rqs() hook We need this for blk-mq to kick things into gear, if we told it that we had more IO coming, but then failed to deliver on that promise. Reviewed-by: Omar Sandoval <osandov@fb.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Ming Lei <ming.lei@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>