Re: [PATCH 2/4] block: move poll code to blk-mq

2016-11-02 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig -- To unsubscribe from this list: send the line "unsubscribe linux-block" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 2/4] block: move poll code to blk-mq

2016-11-01 Thread Jens Axboe
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 --- block/blk-core.c | 36 +--- block/blk-mq.c | 33 + block/blk-mq.h |