Re: [PATCH] drivers: scsi: Directly use ida_alloc()/free()

From: michael . christie
Date: Fri May 27 2022 - 11:58:53 EST


On 5/27/22 3:30 AM, keliu wrote:
> Use ida_alloc()/ida_free() instead of deprecated
> ida_simple_get()/ida_simple_remove() .
>
> Signed-off-by: keliu <liuke94@xxxxxxxxxx>
> ---
> drivers/scsi/hosts.c | 4 ++--
> drivers/scsi/scsi_transport_iscsi.c | 6 +++---
> 2 files changed, 5 insertions(+), 5 deletions(-)
>

Reviewed-by: Mike Christie <michael.christie@xxxxxxxxxx>