Skip to content

Commit c0a4a32

Browse files
committed
Merge branch 'block-6.17' into for-next
* block-6.17: block: restore default wbt enablement Docs: admin-guide: Correct spelling mistake
2 parents 8588a48 + 8f5845e commit c0a4a32

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/admin-guide/blockdev/zoned_loop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ zone_capacity_mb Device zone capacity (must always be equal to or lower than
7979
the zone size. Default: zone size.
8080
conv_zones Total number of conventioanl zones starting from sector 0.
8181
Default: 8.
82-
base_dir Path to the base directoy where to create the directory
82+
base_dir Path to the base directory where to create the directory
8383
containing the zone files of the device.
8484
Default=/var/local/zloop.
8585
The device directory containing the zone files is always

block/blk-sysfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,9 +902,9 @@ int blk_register_queue(struct gendisk *disk)
902902

903903
if (queue_is_mq(q))
904904
elevator_set_default(q);
905-
wbt_enable_default(disk);
906905

907906
blk_queue_flag_set(QUEUE_FLAG_REGISTERED, q);
907+
wbt_enable_default(disk);
908908

909909
/* Now everything is ready and send out KOBJ_ADD uevent */
910910
kobject_uevent(&disk->queue_kobj, KOBJ_ADD);

0 commit comments

Comments
 (0)