HID: i2c-hid: use "struct i2c_hid" as argument in most calls
[linux-2.6-block.git] / mm / mlock.c
index e263d62ae2d09bddf14006ffec64926b60fd6eb5..8f584eddd305380d3aae8fb810998e9530468f42 100644 (file)
@@ -512,7 +512,7 @@ static int mlock_fixup(struct vm_area_struct *vma, struct vm_area_struct **prev,
        pgoff = vma->vm_pgoff + ((start - vma->vm_start) >> PAGE_SHIFT);
        *prev = vma_merge(mm, *prev, start, end, newflags, vma->anon_vma,
                          vma->vm_file, pgoff, vma_policy(vma),
-                         vma->vm_userfaultfd_ctx);
+                         vma->vm_userfaultfd_ctx, vma_anon_name(vma));
        if (*prev) {
                vma = *prev;
                goto success;