Skip to content

Commit

Permalink
IDR: Note that the IDR API is deprecated
Browse files Browse the repository at this point in the history
Some people read the documentation, perhaps.

Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
  • Loading branch information
Matthew Wilcox (Oracle) committed Jul 11, 2022
1 parent 1dd685c commit 85656ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/core-api/idr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ solution to the problem to avoid everybody inventing their own. The IDR
provides the ability to map an ID to a pointer, while the IDA provides
only ID allocation, and as a result is much more memory-efficient.

The IDR interface is deprecated; please use the :doc:`XArray <xarray>`
instead.

IDR usage
=========

Expand Down

0 comments on commit 85656ec

Please sign in to comment.