radix tree test suite: Convert regression1 to XArray
authorMatthew Wilcox <willy@infradead.org>
Thu, 17 May 2018 04:13:27 +0000 (00:13 -0400)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:46:35 +0000 (10:46 -0400)
commita332125fc3223e1092f765db442b7afb9fd4ecde
treef4b896bcbe096e3522506869f01c2fe4bd9e40a6
parent070e807c690bf9a648d4a878f3c68ea9f5f5ce14
radix tree test suite: Convert regression1 to XArray

Now the page cache lookup is using the XArray, let's convert this
regression test from the radix tree API to the XArray so it's testing
roughly the same thing it was testing before.

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