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

From: David Sterba
Date: Wed Jul 19 2023 - 18:00:58 EST


On Mon, Jul 17, 2023 at 03:16:22PM +0800, Minjie Du wrote:
> Simplify code pattern of 'folio->index + folio_nr_pages(folio)' by using
> the existing helper folio_next_index().
>
> Signed-off-by: Minjie Du <duminjie@xxxxxxxx>

With a slightly modified subject added to misc-next, thanks.