Re: [f2fs-dev] [PATCH] mkfs.f2fs: adjust zone alignment check to correct position

2025-07-14 Thread Chao Yu via Linux-f2fs-devel
On 7/14/25 17:51, Zhiguo Niu wrote: > Should check these after c.devices[1].start_blkaddr is assigned > when c.ndevs > 1. > > Fixes: 316e128fe3dc ("mkfs.f2fs: adjust zone alignment when using > multi-partitions") > Signed-off-by: Zhiguo Niu Reviewed-by: Chao Yu Thanks, _

[f2fs-dev] [PATCH] mkfs.f2fs: adjust zone alignment check to correct position

2025-07-14 Thread Zhiguo Niu via Linux-f2fs-devel
Should check these after c.devices[1].start_blkaddr is assigned when c.ndevs > 1. Fixes: 316e128fe3dc ("mkfs.f2fs: adjust zone alignment when using multi-partitions") Signed-off-by: Zhiguo Niu --- mkfs/f2fs_format.c | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-)

[f2fs-dev] [PATCH] mkfs.f2fs: adjust zone alignment check to correct position

2024-11-05 Thread Zhiguo Niu
Should check after c.devices[1].start_blkaddr is assigned if c.ndevs > 1. Signed-off-by: Zhiguo Niu --- mkfs/f2fs_format.c | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/mkfs/f2fs_format.c b/mkfs/f2fs_format.c index 52a1e18..f7cfa5e 100644 --- a/mkf