]> 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>
Tue, 5 Jan 2021 17:28:20 +0000 (12:28 -0500)
commit7835e84b5b703dccf63047711b961d17b478ed17
treeb58b727577f34487332eee06c77b226adf36582a
parent18f5a8a6d9db2c4722571cd1aa6825467cf39da4
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