Re: [PATCH 3/5] block: move poll code to blk-mq

From: Jens Axboe
Date: Fri Nov 04 2016 - 11:30:18 EST


On 11/04/2016 08:44 AM, Christoph Hellwig wrote:
On Thu, Nov 03, 2016 at 01:45:05PM -0600, Jens Axboe wrote:
The poll code is blk-mq specific, let's move it to blk-mq.c. This
is a prep patch for improving the polling code.

Signed-off-by: Jens Axboe <axboe@xxxxxx>
Reviewed-by: Christoph Hellwig <hch@xxxxxx>

So I gave my ok earlier, but I spent some more time looking at this
this morning and now I wonder why we even bother to keep some
code in blk-core.c. How about just renaming the whole damn thing
to blk_mq_poll and move it to blk-mq.c instead of that split?

I pondered that too, and I guess we might as well since the likelihood
of supporting polling on non-mq is pretty close to 0%.

--
Jens Axboe