]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple tree tests: Erase entries individually
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 16 Oct 2019 00:50:29 +0000 (20:50 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 16 Oct 2019 12:48:03 +0000 (08:48 -0400)
commitaa253653f9b64f8b6501d3435fef993ef08c1850
tree76e27c3ba7cd6abdc9cbb23a2003189b03cdc45d
parentb20a79ca39ad76f968ce93cfde0afdb44535e0bb
maple tree tests: Erase entries individually

This should result in the tree being empty.  Right now, it doesn't --
the nodes full of deleted entries are not themselves deleted.

Also fix the lack of locking around the mas iteration.
lib/test_maple_tree.c