Skip to content

Commit 69153e8

Browse files
JuliaLawallaxboe
authored andcommitted
block, bfq: update outdated comment
The function bfq_bfqq_may_idle() was renamed as bfq_better_to_idle() in commit 277a4a9 ("block, bfq: give a better name to bfq_bfqq_may_idle"). Update the comment accordingly. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 9e193a0 commit 69153e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

block/bfq-iosched.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ struct bfq_group_data {
984984
* unused for the root group. Used to know whether there
985985
* are groups with more than one active @bfq_entity
986986
* (see the comments to the function
987-
* bfq_bfqq_may_idle()).
987+
* bfq_better_to_idle()).
988988
* @rq_pos_tree: rbtree sorted by next_request position, used when
989989
* determining if two or more queues have interleaving
990990
* requests (see bfq_find_close_cooperator()).

0 commit comments

Comments
 (0)