]> 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>
Thu, 21 Jul 2022 00:40:41 +0000 (20:40 -0400)
commit48387ec1e1de51af42e875bcec8fa96c34316e16
treefecb45226f1ee5fe3a53d7a43d4d0dfa7415d1bd
parent1dc11e5f63b9c815c0847e0e07107c461491211e
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