]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
mas_wr_rebalance for insufficient data
authorLiam R. Howlett <howlett@gmail.com>
Mon, 27 Jan 2025 20:56:40 +0000 (15:56 -0500)
committerLiam R. Howlett <howlett@gmail.com>
Mon, 27 Jan 2025 20:56:40 +0000 (15:56 -0500)
Signed-off-by: Liam R. Howlett <howlett@gmail.com>
lib/maple_tree.c

index 83722eb254eaafa6f53f30045e817badf59ff1b2..9a59c0590ba160de4f6ac4cc621197bc8df03716 100644 (file)
@@ -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.
  */