On 10/8/24 5:04 AM, Leon Romanovsky wrote:
On Mon, Oct 07, 2024 at 01:37:26PM -0700, Bart Van Assche wrote:+ if (IS_ERR(xa_store(&srpt_memory_caches, object_size, e, GFP_KERNEL)))xarray API needs to be checked with xa_is_err() instead of IS_ERR().
Thanks Leon. I will fix this. In case you would not be aware of this, this patch is the first patch in which I use the xarray API. Bart.