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.
--
To unsubscribe from this list: send the line "unsubscribe linux-block" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html