]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Inline ma_max_gap() in mas_update_gap()
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Sat, 30 Nov 2024 04:30:52 +0000 (23:30 -0500)
committerLiam R. Howlett <howlett@gmail.com>
Mon, 27 Jan 2025 20:43:03 +0000 (15:43 -0500)
commit3a20a605324c6490d20e42e82fdca52c220e645c
tree9927196eade37805dccbb17ff672f6d29aa9adb2
parentbf32ad2b63c0b3e64328784a8786310295768e60
maple_tree: Inline ma_max_gap() in mas_update_gap()

ma_max_gap is called from a single location and can benefit from the
setup in mas_update_gap, so inline it.

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