On Fri, Jun 30, 2023 at 05:39:32PM +0900, Damien Le Moal wrote: > In nvme_revalidate_zones(), execute blk_queue_chunk_sectors() and > blk_queue_max_zone_append_sectors() to respectively set a ZNS namespace > 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. Looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>