Re: [PATCH] scsi: sd: Jump to out_free_index if device_add{,_disk}() fail

From: Dan Carpenter
Date: Tue Mar 29 2022 - 03:58:33 EST


On Tue, Mar 29, 2022 at 10:47:45AM +0300, Dan Carpenter wrote:
> No, this patch is wrong. That is supposed to be freed in scsi_disk_release()
> but apparently that's not getting called. Is the ref counting off?
>

Yeah. The device_add() needs a matching device_del().

regards,
dan carpenter