blk-mq: remove pointless call of list_entry_rq() in hctx_show_busy_rq()
authorHou Tao <houtao1@huawei.com>
Mon, 27 Apr 2020 13:12:50 +0000 (21:12 +0800)
committerJens Axboe <axboe@kernel.dk>
Wed, 1 Jul 2020 13:25:36 +0000 (07:25 -0600)
commitb5fc1e8bedf8ad2c6381e0df6331ad5686aca425
tree7c792fb518f2d333ee732ff9293a020ae66f08de
parent0b8cc25d942b50abb0c7ba597bc1621b8929ab75
blk-mq: remove pointless call of list_entry_rq() in hctx_show_busy_rq()

Just use rq directly, the usage of list_entry_rq() doesn't make any
sense.

Signed-off-by: Hou Tao <houtao1@huawei.com>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq-debugfs.c