From: Liam R. Howlett Date: Mon, 27 Jan 2025 20:56:40 +0000 (-0500) Subject: mas_wr_rebalance for insufficient data X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=fd70df450ef488ddd2a20160f55fc0389c665bdb;p=users%2Fjedix%2Flinux-maple.git mas_wr_rebalance for insufficient data Signed-off-by: Liam R. Howlett --- diff --git a/lib/maple_tree.c b/lib/maple_tree.c index 83722eb254ea..9a59c0590ba1 100644 --- a/lib/maple_tree.c +++ b/lib/maple_tree.c @@ -3817,6 +3817,14 @@ try_right: return true; } +/* + * There is insufficient data in the node after a store. + */ +static void mas_wr_rebalance(struct ma_wr_state *wr_mas) +{ + +} + /* * There is not enough room to contain the store in one node. */