Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -2
+1 -1
block/blk-rq-qos.c
··· 270 270 finish_wait(&rqw->wait, &data.wq); 271 271 272 272 /* 273 - * We raced with wbt_wake_function() getting a token, 273 + * We raced with rq_qos_wake_function() getting a token, 274 274 * which means we now have two. Put our local token 275 275 * and wake anyone else potentially waiting for one. 276 276 */
-1
block/disk-events.c
··· 290 290 /** 291 291 * disk_force_media_change - force a media change event 292 292 * @disk: the disk which will raise the event 293 - * @events: the events to raise 294 293 * 295 294 * Should be called when the media changes for @disk. Generates a uevent 296 295 * and attempts to free all dentries and inodes and invalidates all block