On 3/27/24 17:43, Damien Le Moal wrote:
Add the zone_append_max_sectors configfs attribute and module parameter to allow configuring the maximum number of 512B sectors of zone append operations. This attribute is meaningful only for zoned null block devices. If not specified, the default is unchanged and the zoned device max append sectors limit is set to the device max sectors limit. If a non 0 value is used for this attribute, which is the default, then native support for zone append operations is enabled. Setting a 0 value disables native zone append operations support to instead use the block layer emulation. Signed-off-by: Damien Le Moal<dlemoal@xxxxxxxxxx> Reviewed-by: Hannes Reinecke<hare@xxxxxxx>
Looks good. Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx> -ck