]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mas_wr_split() Avoid mas_wr_new_end() call
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Sat, 30 Nov 2024 04:01:13 +0000 (23:01 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 4 Dec 2024 20:36:17 +0000 (15:36 -0500)
commitcc157b884236cac40c1d0a61e5fc54f31b1928eb
tree8248631ff5b7810639923d095203ca4449b28321
parent2137fba5918c00adc2b9bcbc56dfaf0594da3b67
mas_wr_split() Avoid mas_wr_new_end() call

ma_part has the size set to what is needed by examining the same data.
Use ma_part.size instead.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
lib/maple_tree.c