Re: [f2fs-dev] [PATCH 1/6] f2fs: rework write preallocations

From: Chao Yu
Date: Thu Nov 18 2021 - 01:48:01 EST


On 2021/11/18 3:27, Jaegeuk Kim wrote:
/* do not preallocate block which is partially written */

Otherwise, it looks good to me.

Applied with this.
/* Do not preallocate blocks that will be written partially in 4KB. */

Better. :)

Thanks,