ida: Remove old API
authorMatthew Wilcox <willy@infradead.org>
Mon, 18 Jun 2018 23:02:48 +0000 (19:02 -0400)
committerMatthew Wilcox <willy@infradead.org>
Wed, 22 Aug 2018 03:54:21 +0000 (23:54 -0400)
commitb03f8e43c9261878bf29d8cc1c3ba458cc98287e
treeafc7045075d7fdafcac2ea5a3eaa46fe44644e91
parentf272668deb9108b6118a85ffd73886b9a92c1002
ida: Remove old API

Delete ida_pre_get(), ida_get_new(), ida_get_new_above() and ida_remove()
from the public API.  Some of these functions still exist as internal
helpers, but they should not be called by consumers.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
include/linux/idr.h
lib/idr.c
lib/radix-tree.c