test_ida: Convert check_ida_conv to new API
authorMatthew Wilcox <willy@infradead.org>
Mon, 18 Jun 2018 22:10:32 +0000 (18:10 -0400)
committerMatthew Wilcox <willy@infradead.org>
Wed, 22 Aug 2018 03:54:20 +0000 (23:54 -0400)
commit5c78b0b1ebe16fbae39a1cada79ab067965828f5
treea46125bb6d45627bbb8026ba337f1d0518ffcf57
parent161b47e31f9912947a3a72dcb161c79978a1fe04
test_ida: Convert check_ida_conv to new API

Move as much as possible to kernel space; leave the parts in user space
that rely on checking memory allocation failures to detect the
transition between an exceptional entry and a bitmap.

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