]> git.baikalelectronics.ru Git - kernel.git/commit
XArray tests: Add check_insert
authorMatthew Wilcox <willy@infradead.org>
Sun, 10 Mar 2019 03:25:27 +0000 (22:25 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 3 Jun 2019 03:00:24 +0000 (23:00 -0400)
commitc01717d427fcb42a676c8705cc943b1e9792e525
treeec159d887f87dac87abd4562b6cf4f78d0d620df
parentc0c4e801731eb48129d25bb1b56fa75e05a9433f
XArray tests: Add check_insert

A simple test which just checks that inserting an entry into an empty
array succeeds.  Try various different interesting indices.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
lib/test_xarray.c