Re: [f2fs-dev] [PATCH 4/4] f2fs: let's finish or reset zones all the time

2023-12-04 Thread Daeho Jeong
LGTM On Mon, Dec 4, 2023 at 10:07 AM Jaegeuk Kim wrote: > > In order to limit # of open zones, let's finish or reset zones given # of > valid blocks per section and its zone condition. > > Signed-off-by: Jaegeuk Kim > --- > fs/f2fs/segment.c | 74 +++

[f2fs-dev] [PATCH 4/4] f2fs: let's finish or reset zones all the time

2023-12-04 Thread Jaegeuk Kim
In order to limit # of open zones, let's finish or reset zones given # of valid blocks per section and its zone condition. Signed-off-by: Jaegeuk Kim --- fs/f2fs/segment.c | 74 +++ 1 file changed, 17 insertions(+), 57 deletions(-) diff --git