]> www.infradead.org Git - users/willy/xarray.git/commit
idr: Remove idr_alloc_u32
authorMatthew Wilcox <willy@infradead.org>
Sun, 10 Feb 2019 04:14:03 +0000 (23:14 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 9 Aug 2019 01:38:15 +0000 (21:38 -0400)
commit2a8fc68328830fa30924a72abf959f7cbcf5d55a
tree3535c64abb4c30f42dda3c1ca995492375218cff
parent431af29f6673305d27782aa883cbacb09afa7608
idr: Remove idr_alloc_u32

The last user is now gone, so remove the export of this function.
It reamins as a static function as it is used by idr_alloc(), and it's not
worth simplifying the source code since idr_alloc should be removed soon.
Also remove idr_get_next_ul() and idr_for_each_entry_ul().

Signed-off-by: Matthew Wilcox <willy@infradead.org>
.clang-format
Documentation/core-api/idr.rst
include/linux/idr.h
lib/idr.c
tools/testing/radix-tree/idr-test.c