Skip to content

Commit 85656ec

Browse files
author
Matthew Wilcox (Oracle)
committed
IDR: Note that the IDR API is deprecated
Some people read the documentation, perhaps. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
1 parent 1dd685c commit 85656ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/core-api/idr.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ solution to the problem to avoid everybody inventing their own. The IDR
1717
provides the ability to map an ID to a pointer, while the IDA provides
1818
only ID allocation, and as a result is much more memory-efficient.
1919

20+
The IDR interface is deprecated; please use the :doc:`XArray <xarray>`
21+
instead.
22+
2023
IDR usage
2124
=========
2225

0 commit comments

Comments
 (0)