Re: [f2fs-dev] [PATCH] fsck.f2fs: fix checking wp of all devices

2024-07-12 Thread Chao Yu
On 2024/7/12 10:01, Sheng Yong wrote: For zoned model, the first device (devices[0]) is not zoned device, whose zoned_model is not F2FS_ZONED_HM. Let's skip it and check write pointer of left devices continuously. Signed-off-by: Sheng Yong Reviewed-by: Chao Yu Thanks,

[f2fs-dev] [PATCH] fsck.f2fs: fix checking wp of all devices

2024-07-11 Thread Sheng Yong via Linux-f2fs-devel
For zoned model, the first device (devices[0]) is not zoned device, whose zoned_model is not F2FS_ZONED_HM. Let's skip it and check write pointer of left devices continuously. Signed-off-by: Sheng Yong --- fsck/fsck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git