]> 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>
Fri, 30 Oct 2020 19:00:28 +0000 (15:00 -0400)
commitbe812de9d77392d9e82af6586436bdb2f263af9c
tree2af10d4d04c5efb49814b198b423a4ddce219d61
parent68a4a65cbf9d88e1db20adca8aafadabc1809cd4
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