mbox series

[0/2] refine mas_mab_cp()

Message ID 20240911142759.20989-1-richard.weiyang@gmail.com (mailing list archive)
Headers show
Series refine mas_mab_cp() | expand

Message

Wei Yang Sept. 11, 2024, 2:27 p.m. UTC
By analysis the code, one condition check could be removed and one case would
hit a redundant assignment.

Just remove it.

Wei Yang (2):
  maple_tree: i is always less than or equal to mas_end
  maple_tree: goto complete directly on a pivot of 0

 lib/maple_tree.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)