Commit 475a055e authored by weiping zhang's avatar weiping zhang Committed by Jens Axboe

blk-throttle: use queue_is_rq_based

use queue_is_rq_based instead of open code.
Signed-off-by: default avatarweiping zhang <zhangweiping@didichuxing.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent f5ced52a
...@@ -2489,7 +2489,7 @@ void blk_throtl_register_queue(struct request_queue *q) ...@@ -2489,7 +2489,7 @@ void blk_throtl_register_queue(struct request_queue *q)
td->throtl_slice = DFL_THROTL_SLICE_HD; td->throtl_slice = DFL_THROTL_SLICE_HD;
#endif #endif
td->track_bio_latency = !q->mq_ops && !q->request_fn; td->track_bio_latency = !queue_is_rq_based(q);
if (!td->track_bio_latency) if (!td->track_bio_latency)
blk_stat_enable_accounting(q); blk_stat_enable_accounting(q);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment