From: Liam R. Howlett Date: Mon, 27 Jan 2025 20:56:11 +0000 (-0500) Subject: drop mas_wr_rebalance to be re-added clean X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5c0c6692fd693655cc2a8b28a3e1f429f1452f12;p=users%2Fjedix%2Flinux-maple.git drop mas_wr_rebalance to be re-added clean Signed-off-by: Liam R. Howlett --- diff --git a/lib/maple_tree.c b/lib/maple_tree.c index 9a59c0590ba1..83722eb254ea 100644 --- a/lib/maple_tree.c +++ b/lib/maple_tree.c @@ -3817,14 +3817,6 @@ 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. */