scsi: block: nullblk: Set zone limits before revalidating zones
authorDamien Le Moal <dlemoal@kernel.org>
Mon, 3 Jul 2023 02:48:10 +0000 (11:48 +0900)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 6 Jul 2023 01:58:10 +0000 (21:58 -0400)
commita442b899fe17118e672647f664bf7f1dd5d7fcb0
treeb721fb984f4a20f882a354b650429e5d7e523cec
parentd226b0a2b683e27fce060669dc7cb8d6917b785a
scsi: block: nullblk: Set zone limits before revalidating zones

In null_register_zoned_dev(), execute blk_queue_chunk_sectors() and
blk_queue_max_zone_append_sectors() to respectively set the zoned device
zone size and maximum zone append sector limit before executing
blk_revalidate_disk_zones(). This is to allow the block layer zone
reavlidation to check these device characteristics prior to checking all
zones of the device.

Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Link: https://lore.kernel.org/r/20230703024812.76778-4-dlemoal@kernel.org
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/block/null_blk/zoned.c