]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Fix _mas_store() rmin expansion on null.
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 27 Oct 2020 18:10:59 +0000 (14:10 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 30 Oct 2020 19:13:37 +0000 (15:13 -0400)
commita0c6410a735e4a153cc54e13bf0ff7b44f6871cd
treeef2b0e180180ab600517ad4f5c5ba6655ea4643f
parent189b3d305d0706426f1f6bfe0fcedf4e43afe891
maple_tree: Fix _mas_store() rmin expansion on null.

When the offset changes on expanding null, ensure the min slot value changes
as well.  This avoids a fall-through to the slow path and uses the
mas_node_store() instead.

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