diff --git a/block/blk-mq.c b/block/blk-mq.c index 70b210a308c452b43abd1a270e759f5e331ab55f..28080b0235f05970657245738bc6c6d7e043425c 100644 --- a/block/blk-mq.c +++ b/block/blk-mq.c @@ -59,7 +59,8 @@ static int blk_mq_poll_stats_bkt(const struct request *rq) } /* - * Check if any of the ctx's have pending work in this hardware queue + * Check if any of the ctx, dispatch list or elevator + * have pending work in this hardware queue. */ static bool blk_mq_hctx_has_pending(struct blk_mq_hw_ctx *hctx) {