Re: [PATCH v2] f2fs: optimize f2fs DIO overwrites
From: Chao Yu
Date: Mon Mar 17 2025 - 21:18:29 EST
On 3/17/25 21:36, Yohan Joung wrote:
> this is unnecessary when we know we are overwriting already allocated
> blocks and the overhead of starting a transaction can be significant
> especially for multithreaded workloads doing small writes.
>
> Signed-off-by: Yohan Joung <yohan.joung@xxxxxx>
Reviewed-by: Chao Yu <chao@xxxxxxxxxx>
Thanks,