Skip to content

Commit e599ed7

Browse files
Kemeng Shiaxboe
authored andcommitted
block: correct stale comment in rq_qos_wait
The rq_qos_wait calls common wake-up function rq_qos_wake_function to get token. Just replace stale wbt_wake_function with rq_qos_wake_function in comment. Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com> Acked-by: Tejun Heo <tj@kernel.org> Link: https://lore.kernel.org/r/20230914091508.36232-1-shikemeng@huaweicloud.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent c266ae7 commit e599ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block/blk-rq-qos.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ void rq_qos_wait(struct rq_wait *rqw, void *private_data,
270270
finish_wait(&rqw->wait, &data.wq);
271271

272272
/*
273-
* We raced with wbt_wake_function() getting a token,
273+
* We raced with rq_qos_wake_function() getting a token,
274274
* which means we now have two. Put our local token
275275
* and wake anyone else potentially waiting for one.
276276
*/

0 commit comments

Comments
 (0)