Re: [PATCH 2/7] blk-mq: abstract out blk_mq_dispatch_rq_list() helper

From: Bart Van Assche
Date: Tue Dec 13 2016 - 04:07:14 EST


On 12/08/2016 09:13 PM, Jens Axboe wrote:
+static void blk_mq_process_rq_list(struct blk_mq_hw_ctx *hctx)
+{
+ LIST_HEAD(rq_list);
+ LIST_HEAD(driver_list);

Hello Jens,

driver_list is not used in this function so please consider removing that variable from blk_mq_process_rq_list(). Otherwise this patch looks fine to me.

Bart.