]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap and maple_tree: Fix mt_for_each interface, get_unmapped_area_rev
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 18 Feb 2020 15:56:41 +0000 (10:56 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 30 Oct 2020 18:59:01 +0000 (14:59 -0400)
commit26658752dd155b9fd67483bd3f86b9b9b26320a2
tree520221a0be122f737201bccb4398674d4cccf705
parent916f424fe135d761264097d1fea4a78f5f65bfdf
mm/mmap and maple_tree: Fix mt_for_each interface, get_unmapped_area_rev

mt_for_each interface simplification for external users.

get_unampped_area_rev was not getting the right answer.  Fix it and
clean up the condensed and unused interface internal to the maple tree.

Fix associated tests as well.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
include/linux/maple_tree.h
lib/maple_tree.c
lib/test_maple_tree.c
mm/mmap.c