Re: [f2fs-dev] [PATCH 3/3] f2fs: kill zone-capacity support

2024-02-07 Thread Daeho Jeong
On Tue, Feb 6, 2024 at 6:43 PM Jaegeuk Kim wrote: > > On 02/06, Jaegeuk Kim wrote: > > Since we don't see any user, let's kill. > > > > Signed-off-by: Jaegeuk Kim > > --- > > Documentation/ABI/testing/sysfs-fs-f2fs | 6 -- > > fs/f2fs/debug.c | 7 +- > > fs/f2fs/f2fs.h

Re: [f2fs-dev] [PATCH 3/3] f2fs: kill zone-capacity support

2024-02-06 Thread Jaegeuk Kim
On 02/06, Jaegeuk Kim wrote: > Since we don't see any user, let's kill. > > Signed-off-by: Jaegeuk Kim > --- > Documentation/ABI/testing/sysfs-fs-f2fs | 6 -- > fs/f2fs/debug.c | 7 +- > fs/f2fs/f2fs.h | 5 -- > fs/f2fs/file.c

[f2fs-dev] [PATCH 3/3] f2fs: kill zone-capacity support

2024-02-06 Thread Jaegeuk Kim
Since we don't see any user, let's kill. Signed-off-by: Jaegeuk Kim --- Documentation/ABI/testing/sysfs-fs-f2fs | 6 -- fs/f2fs/debug.c | 7 +- fs/f2fs/f2fs.h | 5 -- fs/f2fs/file.c | 6 +- fs/f2fs/gc.c