Loading block/blk-mq.c +1 −1 Original line number Diff line number Diff line Loading @@ -1807,7 +1807,7 @@ static void blk_mq_run_work_fn(struct work_struct *work) /* * If we are stopped, don't run the queue. */ if (test_bit(BLK_MQ_S_STOPPED, &hctx->state)) if (blk_mq_hctx_stopped(hctx)) return; __blk_mq_run_hw_queue(hctx); Loading Loading
block/blk-mq.c +1 −1 Original line number Diff line number Diff line Loading @@ -1807,7 +1807,7 @@ static void blk_mq_run_work_fn(struct work_struct *work) /* * If we are stopped, don't run the queue. */ if (test_bit(BLK_MQ_S_STOPPED, &hctx->state)) if (blk_mq_hctx_stopped(hctx)) return; __blk_mq_run_hw_queue(hctx); Loading