Re: [f2fs-dev] [PATCH] f2fs: do not allow partial truncation on pinned file

From: Chao Yu
Date: Mon Jan 10 2022 - 06:55:45 EST


On 2022/1/9 0:45, Jaegeuk Kim wrote:
If the pinned file has a hole by partial truncation, application that has
the block map will be broken.

Signed-off-by: Jaegeuk Kim <jaegeuk@xxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks