]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Remove unnecessary coalescing.
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 5 Aug 2019 19:53:28 +0000 (15:53 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 5 Jan 2021 17:28:12 +0000 (12:28 -0500)
commit6348be8cc3777a63284715386f738e097090a2e3
tree6fa514cdd4ad2de7b4940c4b6e1ca2be9c7fad9c
parent24d33877a8c4d1dd18fb71ad799dd0689987f288
maple_tree: Remove unnecessary coalescing.

Coalescing is only needed between nodes now.  Skip any identical entries when copying the node data in ma_add

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