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

From: Christoph Hellwig
Date: Fri Nov 04 2016 - 10:44:17 EST


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?