]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Create new mas_wr_split()
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 4 Nov 2024 15:32:03 +0000 (10:32 -0500)
committerLiam R. Howlett <howlett@gmail.com>
Mon, 27 Jan 2025 20:39:55 +0000 (15:39 -0500)
commit0a01a6dc824c4fab1be78296c5e4af70ecc5806e
treec428c35c118c84c31f0674dc0660042c7a376601
parent5aa27a94f3d69800d115d483cd197c12f4ceb7d1
maple_tree: Create new mas_wr_split()

Stop using the large struct big_node and use logic with two allocated
nodes.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
lib/maple_tree.c
lib/test_maple_tree.c
tools/testing/radix-tree/maple.c