]> 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 <howlett@gmail.com>
Mon, 27 Jan 2025 20:42:31 +0000 (15:42 -0500)
commite581c57b13543ae621dd501feec8d24b2300c8b7
tree4b46efa359b54b3f7870c3db67374f6c48afa30a
parent7f2f756a14d7b93d949c40fa01a5b6015ceaba87
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