]> 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>
Mon, 18 Jan 2021 15:54:54 +0000 (10:54 -0500)
commitf0264cf00a0266e811e8e942343642c36d021f41
tree48b9bec2dfafde4ad4d73f0e14c5ea69c2a5c206
parentec4c1a28dd6730235f884454575a536d9e91487d
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]