On Thu, Nov 09, 2023 at 05:01:10PM +0000, John Garry wrote:
Generally they come from the same device property. Then sinceHow much do we care about supporting the additional slack over the
atomic_write_unit_max_bytes must be a power-of-2 (and
atomic_write_max_bytes may not be), they may be different.
power of two version?
In addition,The limit what fits into a bio is UINT_MAX, not sure that matters 😄
atomic_write_unit_max_bytes is required to be limited by whatever is
guaranteed to be able to fit in a bio.
atomic_write_max_bytes is really only relevant for merging writes. Maybe weOr we need to have a good separate discussion on even supporting any
should not even expose via sysfs.
merges. Willy chimed in that supporting merges was intentional,
but I'd really like to see numbers justifying it.