On 03/02/2017 07:10 AM, Kirill A. Shutemov wrote: > @@ -1744,7 +1744,39 @@ int change_huge_pmd(struct vm_area_struct *vma, pmd_t > *pmd, > if (prot_numa && pmd_protnone(*pmd)) > goto unlock; > > - entry = pmdp_huge_get_and_clear_notify(mm, addr, pmd);
Are there any remaining call sites for pmdp_huge_get_and_clear_notify() after this?