]> 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>
Thu, 14 Jan 2021 01:33:55 +0000 (20:33 -0500)
commit685274991dbe8925797a482d00fbb95d564de746
tree30b4b83f82dd09b7787e43f93155a268f638e739
parentb4a3f4fbaf4c6fa138676da4444dc4c3ad11c6a0
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]