diff options
Diffstat (limited to 'mm/memory.c')
-rw-r--r-- | mm/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory.c b/mm/memory.c index ec72a616ccd4..482f089765ff 100644 --- a/mm/memory.c +++ b/mm/memory.c | |||
@@ -1345,7 +1345,7 @@ static void unmap_single_vma(struct mmu_gather *tlb, | |||
1345 | */ | 1345 | */ |
1346 | if (vma->vm_file) { | 1346 | if (vma->vm_file) { |
1347 | mutex_lock(&vma->vm_file->f_mapping->i_mmap_mutex); | 1347 | mutex_lock(&vma->vm_file->f_mapping->i_mmap_mutex); |
1348 | __unmap_hugepage_range(tlb, vma, start, end, NULL); | 1348 | __unmap_hugepage_range_final(tlb, vma, start, end, NULL); |
1349 | mutex_unlock(&vma->vm_file->f_mapping->i_mmap_mutex); | 1349 | mutex_unlock(&vma->vm_file->f_mapping->i_mmap_mutex); |
1350 | } | 1350 | } |
1351 | } else | 1351 | } else |