Re: [f2fs-dev] [PATCH 1/5 v2] f2fs: check number of blocks in a current section

2024-02-26 Thread Chao Yu
On 2024/2/27 7:14, Jaegeuk Kim wrote: In cfd66bb715fd ("f2fs: fix deadloop in foreground GC"), we needed to check the number of blocks in a section instead of the segment. Fixes: cfd66bb715fd ("f2fs: fix deadloop in foreground GC") Signed-off-by: Jaegeuk Kim Reviewed-by: Chao Yu Thanks,

Re: [f2fs-dev] [PATCH 1/5 v2] f2fs: check number of blocks in a current section

2024-02-26 Thread Jaegeuk Kim
In cfd66bb715fd ("f2fs: fix deadloop in foreground GC"), we needed to check the number of blocks in a section instead of the segment. Fixes: cfd66bb715fd ("f2fs: fix deadloop in foreground GC") Signed-off-by: Jaegeuk Kim --- from v1: - check current node block space to deal with the worst