Re: [f2fs-dev] [PATCH] f2fs: try to allocate sections from zoned area except file pinning

From: Chao Yu
Date: Mon Oct 28 2024 - 21:09:33 EST


On 2024/10/29 4:09, Daeho Jeong wrote:
From: Daeho Jeong <daehojeong@xxxxxxxxxx>

We don't need to allocate blocks sequentially out of the section
boundary. Instead of that, try to allocate sections from zoned area as
many as possible, since conventional area should be used for file
pinning.

Signed-off-by: Daeho Jeong <daehojeong@xxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,