Re: [PATCH v2 2/2] ext4: avoid tail write_begin walk for uptodate folios
From: Jia Zhu
Date: Mon Jun 08 2026 - 23:57:15 EST
On Mon, Jun 08, 2026 at 04:29:59PM +0200, Jan Kara wrote:
> You simplify this condition to:
>
> block_start < to || (!folio_uptodate && bh != head)
>
> With this updated feel free to add:
>
> Reviewed-by: Jan Kara <jack@xxxxxxx>
Thanks Jan. I've applied this simplification in v3 and added your
Reviewed-by tag to both patches.