blk-mq: update comment for blk_mq_hctx_has_pending()
authorYufen Yu <yuyufen@huawei.com>
Sun, 24 Mar 2019 09:57:08 +0000 (17:57 +0800)
committerJens Axboe <axboe@kernel.dk>
Sun, 24 Mar 2019 16:26:17 +0000 (10:26 -0600)
For now, blk_mq_hctx_has_pending() checks any of ctx, hctx->dispatch
or io scheduler have pending work. So, update the comment accordingly.

Signed-off-by: Yufen Yu <yuyufen@huawei.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c

index 70b210a308c452b43abd1a270e759f5e331ab55f..28080b0235f05970657245738bc6c6d7e043425c 100644 (file)
@@ -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)
 {