Skip to content

Commit eafdc50

Browse files
committed
Merge tag 'block-6.6-2023-09-28' of git://git.kernel.dk/linux
Pull block fixes from Jens Axboe: "Just two minor comment / documentation fixes for the block side" * tag 'block-6.6-2023-09-28' of git://git.kernel.dk/linux: block: fix kernel-doc for disk_force_media_change() block: correct stale comment in rq_qos_wait
2 parents a98b959 + a578a25 commit eafdc50

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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
*/

block/disk-events.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ EXPORT_SYMBOL(disk_check_media_change);
290290
/**
291291
* disk_force_media_change - force a media change event
292292
* @disk: the disk which will raise the event
293-
* @events: the events to raise
294293
*
295294
* Should be called when the media changes for @disk. Generates a uevent
296295
* and attempts to free all dentries and inodes and invalidates all block

0 commit comments

Comments
 (0)