Re: [PATCH 2/2] null_blk: Update ida_simple_get()/ida_simple_remove() to the newer ida API

From: Chaitanya Kulkarni
Date: Sun Mar 27 2022 - 23:00:21 EST



> On Mar 27, 2022, at 11:48 AM, Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> wrote:
>
> ida_simple_get() and ida_simple_remove() are deprecated. Use ida_alloc()
> and ida_free() instead. It is less verbose.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
>

I have alredy sent out patch for this....