On Wed, Mar 2, 2022 at 12:30 AM Muchun Song <[email protected]> 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 <[email protected]>

