]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Fix append_entry for NULL appending, fix append for retry
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 20 Feb 2020 16:28:50 +0000 (11:28 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 5 Jan 2021 17:28:21 +0000 (12:28 -0500)
commit66162d15c57466d99a41ddc108ba9dbce9a28d34
treed45fe632fd005d46f2d65b709e579dd4bb698792
parent7835e84b5b703dccf63047711b961d17b478ed17
maple_tree: Fix append_entry for NULL appending, fix append for retry
entries, fix split appending on coalesce.

Add some testcases for the above fixes.

Also fix an off-by-one error in spanning_add.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
lib/maple_tree.c
lib/test_maple_tree.c