Re: [f2fs-dev] [PATCH v2] f2fs: kill heap-based allocation

2024-02-20 Thread Chao Yu
On 2024/2/21 9:57, Jaegeuk Kim wrote: On 02/21, Chao Yu wrote: On 2024/2/21 4:51, Jaegeuk Kim wrote: No one uses this feature. Let's kill it. Reviewed-by: Daeho Jeong Signed-off-by: Jaegeuk Kim --- Change log from v1: - keep mount options but give warnings instead Documentation/f

Re: [f2fs-dev] [PATCH v2] f2fs: kill heap-based allocation

2024-02-20 Thread Jaegeuk Kim
On 02/21, Chao Yu wrote: > On 2024/2/21 4:51, Jaegeuk Kim wrote: > > No one uses this feature. Let's kill it. > > > > Reviewed-by: Daeho Jeong > > Signed-off-by: Jaegeuk Kim > > --- > > > > Change log from v1: > >- keep mount options but give warnings instead > > > > Documentation/file

Re: [f2fs-dev] [PATCH v2] f2fs: kill heap-based allocation

2024-02-20 Thread Chao Yu
On 2024/2/21 4:51, Jaegeuk Kim wrote: No one uses this feature. Let's kill it. Reviewed-by: Daeho Jeong Signed-off-by: Jaegeuk Kim --- Change log from v1: - keep mount options but give warnings instead Documentation/filesystems/f2fs.rst | 4 +-- fs/f2fs/gc.c |

Re: [f2fs-dev] [PATCH v2] f2fs: kill heap-based allocation

2024-02-20 Thread Jaegeuk Kim
No one uses this feature. Let's kill it. Reviewed-by: Daeho Jeong Signed-off-by: Jaegeuk Kim --- Change log from v1: - keep mount options but give warnings instead Documentation/filesystems/f2fs.rst | 4 +-- fs/f2fs/gc.c | 5 ++- fs/f2fs/segment.c |