]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple tree test: Iterate over a partially deleted tree
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 16 Oct 2019 20:03:18 +0000 (16:03 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 5 Jan 2021 17:28:14 +0000 (12:28 -0500)
commit52fd904ed05d22555d68559c8bf784e84dee43c0
tree4a8d9a799dc7a39fad152fbb49af2f5240e1ef82
parent67a33fff7895e6067c6f11bb99f93863efd0824c
maple tree test: Iterate over a partially deleted tree

Move mas_reset() to the header file and add mas_retry() to mirror
xas_retry().  Fix a few minor typos too.  Each time we delete an
entry from the tree, iterate over the tree to be sure we can still
do that correctly.  It fails once we've deleted the first node.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
include/linux/maple_tree.h
lib/maple_tree.c
lib/test_maple_tree.c