]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: Remove vmacache
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 16 Nov 2020 19:50:20 +0000 (14:50 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 20 Jan 2021 14:28:14 +0000 (09:28 -0500)
commit96923ac574881417088b0b4e5d71634f586732a5
tree6aad369e45d7d6971a8643926d03e271022a794d
parent48c7def22abc9a0377e0c526add89cf8098839ed
mm: Remove vmacache

The maple tree is able to find a VMA quick enough to no longer need the
vma cache.  Remove the vmacache to reduce work in keeping it up to date
and code complexity.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
12 files changed:
fs/exec.c
fs/proc/task_mmu.c
include/linux/mm_types.h
include/linux/mm_types_task.h
include/linux/sched.h
include/linux/vmacache.h [deleted file]
kernel/debug/debug_core.c
kernel/fork.c
mm/Makefile
mm/debug.c
mm/mmap.c
mm/vmacache.c [deleted file]