Re: [PATCH v4 3/6] scsi: core: Pass the SCSI host pointer directly

John Garry <[email protected]> Mon, 3 Aug 2026 14:01:40 +0100
Newsgroups org.kernel.vger.linux-scsi
Organization Oracle Corporation
Message-ID <[email protected]>
On 31/07/2026 22:52, Bart Van Assche wrote:

"Pass the SCSI host pointer directly" - that's too vague a title.

> In the functions scsi_probe_and_add_lun(), scsi_sequential_lun_scan(),
> scsi_report_lun_scan() and __scsi_scan_target() the SCSI host pointer is
> derived from the SCSI target pointer. Pass the SCSI host pointer
> directly. This patch prepares for enabling lock context analysis.

How?

> No
> functionality has been changed.
> 
> Signed-off-by: Bart Van Assche <[email protected]>