]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfa7fa485f4816cafe82f6f7f3c9b8b440a2a3bc1
treef4b896bcbe096e3522506869f01c2fe4bd9e40a6
parentf0351dddd165799457a1045cb77197b0cbf25cee
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