Re: [f2fs-dev] [PATCH] f2fs: Only lfs mode is allowed with zoned block device feature

2023-08-03 Thread Chunhai Guo via Linux-f2fs-devel
Hi Chao, I have sent the second patch with your suggestion. Please have a check. Thanks. On 2023/8/2 22:52, Chao Yu wrote: On 2023/6/20 22:10, Chunhai Guo wrote: Now f2fs support four block allocation modes: lfs, adaptive, fragment:segment, fragment:block. Only lfs mode is allowed with zoned

Re: [f2fs-dev] [PATCH] f2fs: Only lfs mode is allowed with zoned block device feature

2023-08-02 Thread Chao Yu
On 2023/6/20 22:10, Chunhai Guo wrote: Now f2fs support four block allocation modes: lfs, adaptive, fragment:segment, fragment:block. Only lfs mode is allowed with zoned block device feature. Signed-off-by: Chunhai Guo --- fs/f2fs/super.c | 12 +++- 1 file changed, 7 insertions(+), 5

Re: [f2fs-dev] [PATCH] f2fs: Only lfs mode is allowed with zoned block device feature

2023-08-02 Thread Chunhai Guo via Linux-f2fs-devel
Hi Chao & Jaegeuk, Could you please help to review this patch? Thanks. On 2023/6/20 22:10, 郭纯海 wrote: Now f2fs support four block allocation modes: lfs, adaptive, fragment:segment, fragment:block. Only lfs mode is allowed with zoned block device feature. Signed-off-by: Chunhai Guo --- fs/f

[f2fs-dev] [PATCH] f2fs: Only lfs mode is allowed with zoned block device feature

2023-06-20 Thread Chunhai Guo via Linux-f2fs-devel
Now f2fs support four block allocation modes: lfs, adaptive, fragment:segment, fragment:block. Only lfs mode is allowed with zoned block device feature. Signed-off-by: Chunhai Guo --- fs/f2fs/super.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/fs/f2fs/super.c