]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Fix check_bulk_rebalance() test locks
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 28 Aug 2025 14:53:45 +0000 (10:53 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 28 Aug 2025 20:18:46 +0000 (16:18 -0400)
commitd7f373b5fbb015aaddc9f93034b394b777efde65
treeeb55b621fc46005db5ec08ce1e91b1c8737cf769
parent1b237f190eb3d36f52dffe07a40b5eb210280e00
maple_tree: Fix check_bulk_rebalance() test locks

The check_bulk_rebalance() test was not correctly locking the tree which
caused issues with the sheaves testing in later patches.  Adding the
missing locks fixed the issue.

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
tools/testing/radix-tree/maple.c