]> asedeno.scripts.mit.edu Git - linux.git/commit
xarray: Move multiorder_shrink to kernel tests
authorMatthew Wilcox <willy@infradead.org>
Sat, 8 Sep 2018 16:09:52 +0000 (12:09 -0400)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:46:46 +0000 (10:46 -0400)
commit93eb07f72c8d86f8fe5e90907df1cc037f6ffbb7
tree1770476c4ad43d7f1aeb730cf09aeba22c65d6f7
parentd6427f8179b5dd65eb468c61fc8cc24657c336c9
xarray: Move multiorder_shrink to kernel tests

Test this functionality inside the kernel as well as in userspace.
Also remove insert_bug() as there's no comparable thing to test
in the XArray code.

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