Re: [PATCH-next v2 Resend] scsi: fix use-after-free problem in scsi_remove_target

From: Bart Van Assche
Date: Tue Mar 07 2023 - 17:37:57 EST


On 3/6/23 04:16, Zhong Jinghua wrote:
+ /*
+ * If the reference count is already zero, skip this
+ * target is safe because scsi_target_destroy()
+ * will wait until the host lock has been released
+ * before freeing starget.
+ */

The above comment has grammatical issues and is confusing. I think the comment that I suggested was much better than the above.

Bart.