Re: [PATCH 5/8] virtio_blk: implement mq_ops->commit_rqs() hook
From: Christoph Hellwig <hch@infradead.org>
Date: 2018-11-28 07:21:34
Also in:
linux-nvme
From: Christoph Hellwig <hch@infradead.org>
Date: 2018-11-28 07:21:34
Also in:
linux-nvme
On Mon, Nov 26, 2018 at 09:35:53AM -0700, Jens Axboe wrote:
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. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Looks fine, Reviewed-by: Christoph Hellwig <hch@lst.de>