Skip to content

Commit

Permalink
proc: task_mmu: Fix a wrong usage of split_huge_pmd
Browse files Browse the repository at this point in the history
Royna2544 committed Sep 24, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8b6804c commit 465a024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/proc/task_mmu.c
Original file line number Diff line number Diff line change
@@ -1746,7 +1746,7 @@ static int reclaim_pte_range(pmd_t *pmd, unsigned long addr,
int isolated;
int reclaimed;

split_huge_pmd(vma, addr, pmd);
split_huge_pmd(vma, pmd, addr);
if (pmd_trans_unstable(pmd) || !rp->nr_to_reclaim)
return 0;
cont:

0 comments on commit 465a024

Please sign in to comment.