File tree Expand file tree Collapse file tree
Documentation/admin-guide/blockdev Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
8080conv_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
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments