On 11/5/24 4:02 PM, LongPing Wei wrote:
The zone size of Zoned UFS may be not power of 2. It should be better to get wp_offset by bdev_offset_from_zone_start instead of open-coding it.
Hi LongPing, As Christoph already explained, only zone sizes that are a power of 2 are supported by the Linux kernel. Hence, patches that mention npo2 zone size support in the patch description probably will be ignored. I'm wondering if this patch would become acceptable if the description would be changed into something like "Call bdev_offset_from_zone_start() instead of open-coding it." Thanks, Bart.