]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb6d7782380f6a8e06c40990721d80e6bea6478f7
tree7c792fb518f2d333ee732ff9293a020ae66f08de
parent75ba2c334468452d6e1531792fc3310a6302e8e2
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