aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/mmap.c')
-rw-r--r--mm/mmap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/mmap.c b/mm/mmap.c
index 753f44d1704..73cc648873d 100644
--- a/mm/mmap.c
+++ b/mm/mmap.c
@@ -589,6 +589,8 @@ again: remove_next = 1 + (end > next->vm_end);
589 } 589 }
590 } 590 }
591 591
592 vma_adjust_trans_huge(vma, start, end, adjust_next);
593
592 /* 594 /*
593 * When changing only vma->vm_end, we don't really need anon_vma 595 * When changing only vma->vm_end, we don't really need anon_vma
594 * lock. This is a fairly rare case by itself, but the anon_vma 596 * lock. This is a fairly rare case by itself, but the anon_vma