commit | 06b01113664feda7647962008e901fa540ecbf6f | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Mon Jun 18 17:06:58 2018 -0400 |
committer | Matthew Wilcox <willy@infradead.org> | Tue Aug 21 23:54:20 2018 -0400 |
tree | 453695915048837cd4d35dee0d30875c527bcacb | |
parent | 8ab8ba38d48867aac01812e18f48fc9173ccd400 [diff] |
idr-test: Convert ida_check_nomem to new API We can't move this test to kernel space because there's no way to force kmalloc to fail. But we can use the new API and check this works when the test is in userspace. Signed-off-by: Matthew Wilcox <willy@infradead.org>