]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap and mm/mprotect: Alter mmap erase method.
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 20 Feb 2020 21:39:36 +0000 (16:39 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 5 Jan 2021 17:28:21 +0000 (12:28 -0500)
commitc40b679b6499fc22a12ba4c95eb37192eb5869a5
tree9da2bb4ff741ad9dca37c3fafbbed8246585d63a
parent981807bd31ca9a315c0751c7805feb92955c1287
mm/mmap and mm/mprotect: Alter mmap erase method.

Can't call erase every time the rbtree erases as the maple tree doesn't
allow overlaps, so it's not necessary.

mprotect was too noisy.

mmap also had debug altered and verify changed in this commit.

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