]> 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)
commit5b877049810d11597650cbc1aa431bc978d48740
tree7c792fb518f2d333ee732ff9293a020ae66f08de
parent08b748f09836adcef8886bf9391f8c9627fed40c
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