From: Liam R. Howlett Date: Fri, 17 Jul 2020 19:54:37 +0000 (-0400) Subject: maple_tree: Drop unnecessary reset X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f1aedd073338163da876e1b17a5413688422daca;p=users%2Fjedix%2Flinux-maple.git maple_tree: Drop unnecessary reset Signed-off-by: Liam R. Howlett --- diff --git a/lib/maple_tree.c b/lib/maple_tree.c index 01f08b15cb54..fe22391fb1b8 100644 --- a/lib/maple_tree.c +++ b/lib/maple_tree.c @@ -2147,7 +2147,6 @@ static inline int mas_combine_separate(struct ma_state *mas, /* Copy data from next level in the tree to mast->bn from next iteration */ memset(mast->bn, 0, sizeof(struct maple_big_node)); - mast->bn->b_end = 0; mast->orig_l->depth++; if (mast_new_root(mast, mas))