Re: [f2fs-dev] [PATCH] mkfs.f2fs: Fix zoned alignment check for multi-device setups

2025-07-28 Thread Chao Yu via Linux-f2fs-devel
On 7/25/25 07:28, Daniel Lee wrote: > Commit 84447ee7212e correctly relocated the zone alignment check to its > proper location. However, this revealed that the original check's > condition was incorrect for multi-device setups. > > This patch corrects the logic to check the alignment relative to

[f2fs-dev] [PATCH] mkfs.f2fs: Fix zoned alignment check for multi-device setups

2025-07-24 Thread Daniel Lee via Linux-f2fs-devel
Commit 84447ee7212e correctly relocated the zone alignment check to its proper location. However, this revealed that the original check's condition was incorrect for multi-device setups. This patch corrects the logic to check the alignment relative to the start of the segment0 and improves the err