]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ida: remove the ida_simple_xxx() API
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Mon, 14 Jul 2025 08:17:09 +0000 (10:17 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 14 Sep 2025 00:32:44 +0000 (17:32 -0700)
commitc8a09fc9664f79eeb66cdf4a2a34d5b6a239b727
tree78dbfef210d09157d97a26a570fcecd6608847e3
parent8f09142e4f9bacb7f3b9f41c864ef3eb2cfa27df
ida: remove the ida_simple_xxx() API

All users of the ida_simple_xxx() have been converted.  In Linux 6.11-rc2,
the only callers are in tools/testing/.

So it is now time to remove the definition of this old and deprecated
ida_simple_get() and ida_simple_remove().

Link: https://lkml.kernel.org/r/aa205f45fef70a9c948b6a98bad06da58e4de776.1752480043.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/idr.h