[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAKYAXd9YiYZBcJNRBJVBoCW3Ase+3zzEhYcDmuDG0mgu=smRww@mail.gmail.com>
Date: Fri, 15 Dec 2023 09:58:31 +0900
From: Namjae Jeon <linkinjeon@...nel.org>
To: Christophe JAILLET <christophe.jaillet@...adoo.fr>
Cc: Steve French <sfrench@...ba.org>, Sergey Senozhatsky <senozhatsky@...omium.org>,
Tom Talpey <tom@...pey.com>, linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org, linux-cifs@...r.kernel.org
Subject: Re: [PATCH] ksmbd: Remove usage of the deprecated ida_simple_xx() API
2023-12-15 5:50 GMT+09:00, Christophe JAILLET <christophe.jaillet@...adoo.fr>:
> 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@...adoo.fr>
Acked-by: Namjae Jeon <linkinjeon@...nel.org>
Applied it to #ksmbd-for-next-next.
Thanks for your patch!
Powered by blists - more mailing lists