]> git.baikalelectronics.ru Git - kernel.git/commit
xarray: Move multiorder_check to in-kernel tests
authorMatthew Wilcox <willy@infradead.org>
Sun, 9 Sep 2018 05:52:17 +0000 (01:52 -0400)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:46:46 +0000 (10:46 -0400)
commit5b07a0dbcb8b4139a3d2d431362486e7db851c05
treead61fcd160cb757cf34f173f596c927885742af3
parent8f607a80a3fbb0c0c96c17ea8a467f1c94f34bc8
xarray: Move multiorder_check to in-kernel tests

This version is a little less thorough in order to be a little quicker,
but tests the important edge cases.  Also test adding a multiorder entry
at a non-canonical index, and erasing it.

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