]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: Remove the vma_iter_free and mas_destroy calls
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 9 Feb 2024 22:15:43 +0000 (17:15 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Mon, 29 Apr 2024 14:50:35 +0000 (10:50 -0400)
commit24b660891f27e3402866534c38b21a0248bdb5a9
tree52a25c88f05d17bd963f40bfb9df605e3e859c5f
parentbe2930e6abf232b012ec0df2d2ece09aac5a2832
mm: Remove the vma_iter_free and mas_destroy calls

Now that the maple tree uses per-cpu arrays for allocating, there is no
longer a need to destroy or free the allocations that would have been
stored in the maple state.  This patch removes the calls to these
functions as they are no longer necessary.

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
include/linux/mm.h
kernel/fork.c
lib/maple_tree.c
mm/mmap.c
mm/nommu.c
tools/testing/radix-tree/linux.c