]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
radix tree test suite: Convert iteration test to XArray
authorMatthew Wilcox <willy@infradead.org>
Mon, 20 Aug 2018 19:48:46 +0000 (15:48 -0400)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:46:45 +0000 (10:46 -0400)
commit47e0fab2b15155e33fdff777c791bebfd5855bbc
treebd7fe2e5398798257746b56e7d9c3306a05ebf19
parent372266ba0267803564824b1c09f1bb7f3f3fc761
radix tree test suite: Convert iteration test to XArray

With no code left in the kernel using the multiorder radix tree, convert
the iteration test from the radix tree to the XArray.  It's unlikely to
suffer the same bug as the radix tree, but this test will prevent that
bug from ever creeping into the XArray implementation.

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