]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit105bce5ed2cb8517d9b15625835211770f6311d7
treeafc7045075d7fdafcac2ea5a3eaa46fe44644e91
parente8cd606fd116b71e3e4fc2561347e85c2961237b
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