Re: [PATCH] btrfs: increase usage of folio_next_index() helper

From: David Sterba
Date: Fri Jun 20 2025 - 09:17:44 EST


On Thu, Jun 19, 2025 at 06:15:01PM +0800, Qianfeng Rong wrote:
> Simplify code pattern of 'folio->index + folio_nr_pages(folio)' by using
> the existing helper folio_next_index().
>
> Signed-off-by: Qianfeng Rong <rongqianfeng@xxxxxxxx>

Added to for-next, thanks.