commit | 913a9500b94566351e8f920e7f2501c8124205b1 | [log] [tgz] |
---|---|---|
author | Liu Bo <bo.li.liu@oracle.com> | Fri Jan 05 00:09:06 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Jan 05 08:36:33 2018 -0700 |
tree | 5d435d35470365626a71b22fa6fabe4ea8de727c | |
parent | 4e5dff41be7b5201c1c47ceb3a2a8d698516bc2b [diff] |
blk-mq: remove confusing comment of blk_mq_sched_dispatch_requests Commit de1482974080 ("blk-mq: introduce .get_budget and .put_budget in blk_mq_ops") changes the function to return bool type, and then commit 1f460b63d4b3 ("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>