]> 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>
Tue, 5 Jan 2021 17:28:02 +0000 (12:28 -0500)
commitd3007e12e16d23d559e22db78f66a07c14621808
tree762f97a5de10f5f48c72f4f54a9de2a03254077f
parentf4b15c2839b712f4070b855dc2930ebabc49bc1b
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