Re: [PATCH v5 6/6] mm: simplify follow_invalidate_pte()
Looks good: Reviewed-by: Christoph Hellwig
[PATCH v5 6/6] mm: simplify follow_invalidate_pte()
The only user (DAX) of range and pmdpp parameters of follow_invalidate_pte() is gone, it is safe to remove them and make it static to simlify the code. This is revertant of the following commits: 097963959594 ("mm: add follow_pte_pmd()") a4d1a8852513 ("dax: update to new mmu_notifier semantic"