Re: [f2fs-dev] [PATCH 1/4] f2fs: allocate new section if it's not new

2023-12-14 Thread patchwork-bot+f2fs
Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 4 Dec 2023 10:04:25 -0800 you wrote: > If fsck can allocate a new zone, it'd be better to use that instead of > allocating a new one. > > And, it modifies kernel messages. > > Signed-off-by: Jaegeuk Kim > >

Re: [f2fs-dev] [PATCH 1/4] f2fs: allocate new section if it's not new

2023-12-04 Thread Daeho Jeong
LGTM On Mon, Dec 4, 2023 at 10:06 AM Jaegeuk Kim wrote: > > If fsck can allocate a new zone, it'd be better to use that instead of > allocating a new one. > > And, it modifies kernel messages. > > Signed-off-by: Jaegeuk Kim > --- > fs/f2fs/segment.c | 33 + > 1

[f2fs-dev] [PATCH 1/4] f2fs: allocate new section if it's not new

2023-12-04 Thread Jaegeuk Kim
If fsck can allocate a new zone, it'd be better to use that instead of allocating a new one. And, it modifies kernel messages. Signed-off-by: Jaegeuk Kim --- fs/f2fs/segment.c | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) diff --git