]> git.baikalelectronics.ru Git - kernel.git/commit
blk-mq: remove confusing comment of blk_mq_sched_dispatch_requests
authorLiu Bo <bo.li.liu@oracle.com>
Fri, 5 Jan 2018 07:09:06 +0000 (00:09 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 5 Jan 2018 15:36:33 +0000 (08:36 -0700)
commitdb7643231b4a345c1f0c20e4b21d33e6aaa9eabf
tree5d435d35470365626a71b22fa6fabe4ea8de727c
parent4af8f2f6aab58dae3533b0d42593b309b0d0b7e1
blk-mq: remove confusing comment of blk_mq_sched_dispatch_requests

Commit a64459cb49f0
("blk-mq: introduce .get_budget and .put_budget in blk_mq_ops")
changes the function to return bool type, and then commit c18a09682af6
("blk-mq: don't restart queue when .get_budget returns BLK_STS_RESOURCE")
changes it back to void, but the comment remains.

Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq-sched.c