Re: [PATCH 6/8] ataflop: implement mq_ops->commit_rqs() hook
From: Christoph Hellwig <hch@infradead.org>
Date: 2018-11-28 07:22:37
Also in:
linux-nvme
From: Christoph Hellwig <hch@infradead.org>
Date: 2018-11-28 07:22:37
Also in:
linux-nvme
On Mon, Nov 26, 2018 at 09:35:54AM -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.
queue_rq also calls finish_fdc under atari_disable_irq( IRQ_MFP_FDC ), do we need that here as well?