Loading block/blk-mq.c +1 −1 Original line number Diff line number Diff line Loading @@ -1664,7 +1664,7 @@ void blk_mq_run_hw_queue(struct blk_mq_hw_ctx *hctx, bool async) EXPORT_SYMBOL(blk_mq_run_hw_queue); /** * blk_mq_run_hw_queue - Run all hardware queues in a request queue. * blk_mq_run_hw_queues - Run all hardware queues in a request queue. * @q: Pointer to the request queue to run. * @async: If we want to run the queue asynchronously. */ Loading Loading
block/blk-mq.c +1 −1 Original line number Diff line number Diff line Loading @@ -1664,7 +1664,7 @@ void blk_mq_run_hw_queue(struct blk_mq_hw_ctx *hctx, bool async) EXPORT_SYMBOL(blk_mq_run_hw_queue); /** * blk_mq_run_hw_queue - Run all hardware queues in a request queue. * blk_mq_run_hw_queues - Run all hardware queues in a request queue. * @q: Pointer to the request queue to run. * @async: If we want to run the queue asynchronously. */ Loading