On 12/09/2023 17:36, Russell King (Oracle) wrote:
On Tue, Sep 12, 2023 at 03:21:37PM +0100, edward.cree@amd.com wrote:
quoted
+ struct idr rss_ctx;
https://docs.kernel.org/core-api/idr.html
"The IDR interface is deprecated; please use the XArray instead."
IDR is a wrapper around XArray these days, right?
When I looked into the equivalent to use XArray directly it looked much
more complicated for flexibility that really isn't needed here.
Is there an explanation you can point me at of why this extremely
convenient wrapper is deprecated?
-e