Re: [f2fs-dev] [PATCH 2/2] fsck.f2fs: fix cache offset for multiple partitions

2023-11-14 Thread Chao Yu
On 2023/10/17 5:58, Jaegeuk Kim wrote: The cache offset should have been considered multiple partitions per fd. Let's fix. Signed-off-by: Jaegeuk Kim Reviewed-by: Chao Yu Thanks, ___ Linux-f2fs-devel mailing list

[f2fs-dev] [PATCH 2/2] fsck.f2fs: fix cache offset for multiple partitions

2023-10-16 Thread Jaegeuk Kim
The cache offset should have been considered multiple partitions per fd. Let's fix. Signed-off-by: Jaegeuk Kim --- lib/libf2fs_io.c | 45 + 1 file changed, 25 insertions(+), 20 deletions(-) diff --git a/lib/libf2fs_io.c b/lib/libf2fs_io.c index