RE: [PATCH v2 09/13] scsi: fnic: Remove usage of host_lock

From: Karan Tilak Kumar (kartilak)
Date: Mon Nov 06 2023 - 15:20:24 EST


On Thursday, November 2, 2023 12:53 AM, Hannes Reinecke <hare@xxxxxxx> wrote:
> If you remove the need for the host_lock during queuecommand() in your driver please rename 'fnic_queuecommand_lck()' to 'fnic_queuecommand()'
> and remove the line
>
> DEF_SCSI_QCMD(fnic_queuecommand)

This change has been made in patch 12/13.
In v3, I've merged patch 9(scsi: fnic: Remove usage of host_lock) with patch 11 (scsi: fnic: Use fnic_lock to protect fnic structures in queuecommand).

Regards,
Karan