diff options
Diffstat (limited to 'mm/mmap.c')
-rw-r--r-- | mm/mmap.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |