Re: [f2fs-dev] [PATCH v7] f2fs: prevent writing without fallocate() for pinned files

From: Chao Yu
Date: Sat Apr 06 2024 - 23:18:51 EST


On 2024/4/1 23:13, Daeho Jeong wrote:
From: Daeho Jeong <daehojeong@xxxxxxxxxx>

In a case writing without fallocate(), we can't guarantee it's allocated
in the conventional area for zoned stroage. To make it consistent across
storage devices, we disallow it regardless of storage device types.

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

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,