]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Change return type of ma_insert.
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 28 Jan 2019 19:07:04 +0000 (14:07 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 30 Oct 2020 18:55:25 +0000 (14:55 -0400)
commit4eddb2c053dd3ad2d94d5cc050143c57ab4ac89f
tree149159f1c48251a129102aeffc241f677c216d3d
parent34068629061c15559fa19d5b6042f31b5ca1fddd
maple_tree: Change return type of ma_insert.

ma_insert was returning a pointer in the old API.  This is no longer
needed.

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