]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mmap: Write changes to next to the maple tree.
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 28 Feb 2020 17:09:32 +0000 (12:09 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 5 Jan 2021 17:28:23 +0000 (12:28 -0500)
commit1b1cc14d7841ecff87ce2a78e6ec6b65a4044eb6
treeeda6d2eb7255bd8ebf539219a24ea7a012a492ee
parentcfd559299e8053fde4b024f7a10933870af511bd
mmap: Write changes to next to the maple tree.

When mprotect case 4 is hit (expand next back over vma), you have to
write the changes to the maple tree or there will be a missing mapping.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
mm/mmap.c