Re: [PATCH v4 6/6] mm: remove range parameter from follow_invalidate_pte()

From: Dan Williams
Date: Wed Mar 09 2022 - 20:02:22 EST


On Wed, Mar 2, 2022 at 12:30 AM Muchun Song <songmuchun@xxxxxxxxxxxxx> wrote:
>
> The only user (DAX) of range parameter of follow_invalidate_pte()
> is gone, it safe to remove the range paramter and make it static
> to simlify the code.
>

Looks good, I suspect this savings is still valid if the "just use
page_mkclean_one" directly feedback is workable.

Otherwise you can add:

Reviewed-by: Dan Williams <dan.j.williams@xxxxxxxxx>