mbox series

[0/7] spanning write related cleanup

Message ID 20241127012753.3393-1-richard.weiyang@gmail.com (mailing list archive)
Headers show
Series spanning write related cleanup | expand

Message

Wei Yang Nov. 27, 2024, 1:27 a.m. UTC
Here is some cleanup related to spanning write.

Wei Yang (7):
  maple_tree: not necessary to check ahead if !content
  maple_tree: validate we won't split on NULL
  maple_tree: check mid_split only may have
  maple_tree: the return value of mast_spanning_rebalance() is not used
  maple_tree: the type of left subtree is already saved in bnode->type
  maple_tree: always need to update max of new left node
  maple_tree: only ascend left subtree to get the old node for
    replacement

 lib/maple_tree.c | 56 +++++++++++++++++++++++++-----------------------
 1 file changed, 29 insertions(+), 27 deletions(-)