]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
block, bfq: update outdated comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Wed, 31 Dec 2025 17:22:07 +0000 (18:22 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 1 Jan 2026 15:57:37 +0000 (08:57 -0700)
The function bfq_bfqq_may_idle() was renamed as bfq_better_to_idle()
in commit 277a4a9b56cd ("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>
block/bfq-iosched.h

index 34a498e6b2a51ae486b2ee7e20d5a274680283e2..355a731e2c0494f29b795a9b8eb0870910b6e879 100644 (file)
@@ -984,7 +984,7 @@ struct bfq_group_data {
  *                   unused for the root group. Used to know whether there
  *                   are groups with more than one active @bfq_entity
  *                   (see the comments to the function
- *                   bfq_bfqq_may_idle()).
+ *                   bfq_better_to_idle()).
  * @rq_pos_tree: rbtree sorted by next_request position, used when
  *               determining if two or more queues have interleaving
  *               requests (see bfq_find_close_cooperator()).