Re: [PATCH v2 2/2] idr: Document that ida_simple_{get,remove}() are deprecated

From: Tri Vo
Date: Thu Aug 01 2019 - 18:07:58 EST


On Tue, Jul 30, 2019 at 2:20 PM Stephen Boyd <swboyd@xxxxxxxxxxxx> wrote:
>
> These two functions are deprecated. Users should call ida_alloc() or
> ida_free() respectively instead. Add documentation to this effect until
> the macro can be removed.
>
> Cc: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
> Cc: Tri Vo <trong@xxxxxxxxxxx>
> Cc: Jonathan Corbet <corbet@xxxxxxx>
> Cc: linux-doc@xxxxxxxxxxxxxxx
> Signed-off-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>

Reviewed-by: Tri Vo <trong@xxxxxxxxxxx>