Commit 82f52b2c authored by Wenchao Hao's avatar Wenchao Hao Committed by Martin K. Petersen
Browse files

scsi: core: Add comment to target_destroy in scsi_host_template



Add comment to indicate that the callback function target_destroy in the
scsi_host_template must not sleep.

Signed-off-by: default avatarWenchao Hao <haowenchao2@huawei.com>
Link: https://lore.kernel.org/r/20231018113746.1940197-3-haowenchao2@huawei.com


Reviewed-by: default avatarBart Van Assche <bvanassche@acm.org>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 3dc985bf
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -245,6 +245,9 @@ struct scsi_host_template {
	 * midlayer calls this point so that the driver may deallocate
	 * and terminate any references to the target.
	 *
	 * Note: This callback is called with the host lock held and hence
	 * must not sleep.
	 *
	 * Status: OPTIONAL
	 */
	void (* target_destroy)(struct scsi_target *);