Re: [PATCH 2/2] scsi: Add comment of target_destroy in scsi_host_template

2023-09-24 Thread 'Wenchao Hao' via open-iscsi
On 2023/9/22 22:53, Bart Van Assche wrote: On 9/22/23 02:38, Wenchao Hao wrote: Add comment to tell callback function target_destroy of scsi_host_template is called in atomic context. Signed-off-by: Wenchao Hao ---   include/scsi/scsi_host.h | 3 +++   1 file changed, 3 insertions(+) diff

Re: [PATCH 2/2] scsi: Add comment of target_destroy in scsi_host_template

2023-09-22 Thread Bart Van Assche
On 9/22/23 02:38, Wenchao Hao wrote: Add comment to tell callback function target_destroy of scsi_host_template is called in atomic context. Signed-off-by: Wenchao Hao --- include/scsi/scsi_host.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/scsi/scsi_host.h