drm/rockchip: vop: move plane calculate to atomic_check
[firefly-linux-kernel-4.4.55.git] / mm / mempolicy.c
index 87a177917cb2e60a13b09e6a53836ccd9f9275bf..f20eb4e8c4ccd4566fe8c46cdfde91ad1115c6d8 100644 (file)
@@ -720,7 +720,8 @@ static int mbind_range(struct mm_struct *mm, unsigned long start,
                        ((vmstart - vma->vm_start) >> PAGE_SHIFT);
                prev = vma_merge(mm, prev, vmstart, vmend, vma->vm_flags,
                                 vma->anon_vma, vma->vm_file, pgoff,
-                                new_pol, vma->vm_userfaultfd_ctx);
+                                new_pol, vma->vm_userfaultfd_ctx,
+                                vma_get_anon_name(vma));
                if (prev) {
                        vma = prev;
                        next = vma->vm_next;