From: Liam R. Howlett Date: Tue, 26 Aug 2025 01:41:00 +0000 (-0400) Subject: new root broken X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6f611275d5f2a996a5c588be81af3411649f4c56;p=users%2Fjedix%2Flinux-maple.git new root broken Signed-off-by: Liam R. Howlett --- diff --git a/lib/maple_tree.c b/lib/maple_tree.c index 743009ff6cae..da10281d57c7 100644 --- a/lib/maple_tree.c +++ b/lib/maple_tree.c @@ -3067,6 +3067,7 @@ void spanning_split_dest_setup(struct maple_copy *cp, struct ma_state *mas, for (int i = 0; i < cp->d_count; i++) { cp->dst[i].mt = mt; cp->dst[i].node = ma_mnode_ptr(mas_pop_node(mas)); + printk("i node = %p\n", cp->dst[i].node); } printk("split = %u data %u d_count %u type %u\n", cp->split, cp->data, cp->d_count, mt); }