Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
return true;
}
+/* spanning_ascend() - See if a spanning store operation has to keep walking up
+ * the tree
+ * @cp: The maple_copy node
+ * @l_wr_mas: The left maple write state
+ * @r_wr_mas: The right maple write state
+ * @sib: the maple state of the sibling
+ *
+ */
static bool spanning_ascend(struct maple_copy *cp, struct ma_state *mas,
struct ma_wr_state *l_wr_mas, struct ma_wr_state *r_wr_mas,
struct ma_state *sib)