]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Fix range add to empty tree.
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 13 Mar 2019 15:56:15 +0000 (11:56 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 31 Jul 2019 14:52:41 +0000 (10:52 -0400)
commiteb2694b1caa90e34b6c1740f591f9d056f7e1626
treea63bb78bceb8de7b11c79eacf9cf8f923b12891d
parent943e6ea6a24d120196cd3037b0b3546b7019208d
maple_tree: Fix range add to empty tree.

When adding to an empty tree, use the encoded node to set the pivot.

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