]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Do not inline write slow path
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 21 Jul 2022 00:40:28 +0000 (20:40 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 22 Jul 2022 19:09:46 +0000 (15:09 -0400)
commit0c8c4fcbaa46a249e91c8c8af7bfff1e074d29dd
treee3ed4f477237ca9abd59963c9fd254f7e61850ea
parent1f9c68ff5b5cae354798296141aa7c96affb261a
maple_tree: Do not inline write slow path

Having the slow path inlined causes too much stack usage.  Create new
function mas_wr_bnode() to write a big node into the tree

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