diff --git a/mm/mremap.c b/mm/mremap.c index 693b128bad15..a18f3dfcbcaa 100644 --- a/mm/mremap.c +++ b/mm/mremap.c @@ -471,7 +471,7 @@ unsigned long move_page_tables(struct vm_area_struct *vma, break; if (move_pgt_entry(NORMAL_PUD, vma, old_addr, new_addr, old_end, old_pud, new_pud, - need_rmap_locks)) + true)) continue; } @@ -499,7 +499,7 @@ unsigned long move_page_tables(struct vm_area_struct *vma, */ if (move_pgt_entry(NORMAL_PMD, vma, old_addr, new_addr, old_end, old_pmd, new_pmd, - need_rmap_locks)) + true)) continue; }