Re: [PATCH] ksmbd: Remove usage of the deprecated ida_simple_xx() API

From: Namjae Jeon
Date: Thu Dec 14 2023 - 19:58:45 EST


2023-12-15 5:50 GMT+09:00, Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>:
> ida_alloc() and ida_free() should be preferred to the deprecated
> ida_simple_get() and ida_simple_remove().
>
> This is less verbose.
>
> Note that the upper limit of ida_simple_get() is exclusive, but the one of
> ida_alloc_range() is inclusive. So change a 0xFFFFFFFF into a 0xFFFFFFFE in
> order to keep the same behavior.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
Acked-by: Namjae Jeon <linkinjeon@xxxxxxxxxx>
Applied it to #ksmbd-for-next-next.
Thanks for your patch!