radix tree tests: Convert item_kill_tree to XArray
authorMatthew Wilcox <willy@infradead.org>
Thu, 13 Sep 2018 14:15:41 +0000 (10:15 -0400)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:46:47 +0000 (10:46 -0400)
commitccc89e30fac790e3a175dbfc863c67286fce96b0
tree55962e9b2c308a564e9d07613cef45fafe92b7ff
parent4bb53bdda0d1e061035774ed4868bdeb4d889044
radix tree tests: Convert item_kill_tree to XArray

In preparation for the removal of the multiorder radix tree code,
convert item_kill_tree() to use the XArray so it can still be called
for XArrays containing multi-index entries.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
tools/testing/radix-tree/test.c