]> 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>
Fri, 30 Oct 2020 19:01:59 +0000 (15:01 -0400)
commitbea1b1de68c3c1c0671b998bbf026627390f56cd
tree50cd0f7d8cd34316810b661d51ccd1c0a933590e
parent17bfacd727102dcd7eda1495f58c6b284a987aca
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