From 5c0c6692fd693655cc2a8b28a3e1f429f1452f12 Mon Sep 17 00:00:00 2001 From: "Liam R. Howlett" Date: Mon, 27 Jan 2025 15:56:11 -0500 Subject: [PATCH] drop mas_wr_rebalance to be re-added clean Signed-off-by: Liam R. Howlett --- lib/maple_tree.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/maple_tree.c b/lib/maple_tree.c index 9a59c0590ba16..83722eb254eaa 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. */ -- 2.50.1