]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Reduce mas_ascend() call to dead_node
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 12 Oct 2021 13:31:27 +0000 (09:31 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 20 Oct 2021 19:23:10 +0000 (15:23 -0400)
commit1ac2d7c17e8ff714ecfafea4f82579e4970db689
tree6e1c76ffc79ec918cd6438e0cbcd9261fc1cd604
parentc3d69480208df549945a7584b893f74612b32761
maple_tree: Reduce mas_ascend() call to dead_node

Since the node is known and the parent is known, use them directly.

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