projects
/
users
/
jedix
/
linux-maple.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56153f2
)
drop meaningless return from mas_wr_split
author
Liam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 5 Dec 2024 20:49:17 +0000
(15:49 -0500)
committer
Liam R. Howlett <howlett@gmail.com>
Mon, 27 Jan 2025 20:43:27 +0000
(15:43 -0500)
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
lib/maple_tree.c
patch
|
blob
|
history
diff --git
a/lib/maple_tree.c
b/lib/maple_tree.c
index d5a59bc4ceed88b1efccdea48d6d94043908cb69..9a59c0590ba160de4f6ac4cc621197bc8df03716 100644
(file)
--- a/
lib/maple_tree.c
+++ b/
lib/maple_tree.c
@@
-3923,7
+3923,6
@@
rebalanced:
mas_wmb_replace(mas, src.enode);
mtree_range_walk(mas);
//mt_dump(wr_mas->mas->tree, mt_dump_hex);
- return;
}
/*