[PATCH v2 01/16] block: Add atomic write operations to request_queue limits

Martin K. Petersen martin.petersen at oracle.com
Wed Dec 13 20:34:37 PST 2023


Hi Ming!

>> +	lim->atomic_write_unit_min_sectors = 0;
>> +	lim->atomic_write_unit_max_sectors = 0;
>> +	lim->atomic_write_max_sectors = 0;
>> +	lim->atomic_write_boundary_sectors = 0;
>
> Can we move the four into single structure and setup them in single
> API? Then cross-validation can be done in this API.

Why would we put them in a separate struct? We don't do that for any of
the other queue_limits.

-- 
Martin K. Petersen	Oracle Linux Engineering



More information about the Linux-nvme mailing list