[PATCH 03/30] radix tree test suite: Add tests for radix_tree_locate_item()

2016-04-06 Thread Matthew Wilcox
Fairly simple tests; add various items to the tree, then make sure we can find them again. Also check that a pointer that we know isn't in the tree is not found. Signed-off-by: Matthew Wilcox Reviewed-by: Ross Zwisler ---

[PATCH 03/30] radix tree test suite: Add tests for radix_tree_locate_item()

2016-04-06 Thread Matthew Wilcox
Fairly simple tests; add various items to the tree, then make sure we can find them again. Also check that a pointer that we know isn't in the tree is not found. Signed-off-by: Matthew Wilcox Reviewed-by: Ross Zwisler --- tools/testing/radix-tree/linux/kernel.h | 3 +++