Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel...
[GitHub/exynos8895/android_kernel_samsung_universal8895.git] / mm / interval_tree.c
index 4a5822a586e6a57c6bdb19842096011b76b94de5..8da581fa906093b8c66735b18975f5c874e30ea4 100644 (file)
@@ -34,7 +34,7 @@ void vma_interval_tree_insert_after(struct vm_area_struct *node,
        struct vm_area_struct *parent;
        unsigned long last = vma_last_pgoff(node);
 
-       VM_BUG_ON(vma_start_pgoff(node) != vma_start_pgoff(prev));
+       VM_BUG_ON_VMA(vma_start_pgoff(node) != vma_start_pgoff(prev), node);
 
        if (!prev->shared.linear.rb.rb_right) {
                parent = prev;