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

2019-08-01 Thread Tri Vo
On Tue, Jul 30, 2019 at 2:20 PM Stephen Boyd 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 > Cc: Tri Vo > Cc: Jonathan Corbet > Cc: linux-doc@v

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

2019-07-30 Thread Stephen Boyd
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 Cc: Tri Vo Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Signed-off-by: Stephen Boyd --- include/linux/idr.h |