diff options
Diffstat (limited to 'mm/mprotect.c')
-rw-r--r-- | mm/mprotect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/mprotect.c b/mm/mprotect.c index 05a02b72c98d..c5ba2aae0f54 100644 --- a/mm/mprotect.c +++ b/mm/mprotect.c | |||
@@ -176,7 +176,7 @@ static inline unsigned long change_pmd_range(struct vm_area_struct *vma, | |||
176 | 176 | ||
177 | if (pmd_trans_huge(*pmd) || pmd_devmap(*pmd)) { | 177 | if (pmd_trans_huge(*pmd) || pmd_devmap(*pmd)) { |
178 | if (next - addr != HPAGE_PMD_SIZE) { | 178 | if (next - addr != HPAGE_PMD_SIZE) { |
179 | split_huge_pmd(vma, pmd, addr); | 179 | __split_huge_pmd(vma, pmd, addr, false, NULL); |
180 | if (pmd_trans_unstable(pmd)) | 180 | if (pmd_trans_unstable(pmd)) |
181 | continue; | 181 | continue; |
182 | } else { | 182 | } else { |