]> 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>
Fri, 30 Oct 2020 18:56:18 +0000 (14:56 -0400)
commit043e4ad53d0671132a557bc56f2938bbdec5eb43
treea5a17f1f8ead8a7403ec426e89e0437a15d54b47
parentc8942541f7060b3667227c34dfda779de1435285
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