]> 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)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 5 Jan 2021 17:28:14 +0000 (12:28 -0500)
commit1c191f9eac546a4520055b0f677c7a3cfc62b8c4
tree324b10cf388a52bf7fb9175440b9bc6ca36545c7
parent4d9cd821daa9a989af48903ebcdee30dc3dd790b
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