]> 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)
commit71d677209e0ea8e0a43fa91a368b77a8f5a7509c
treeafc7045075d7fdafcac2ea5a3eaa46fe44644e91
parent3f4e57b5e968e6c627bf3a096f925fcec5071dd9
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