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,
_
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(-)
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