From: Bart Van Assche Date: Thu, 4 Apr 2019 19:44:40 +0000 (-0700) Subject: scsi: qla2xxx: Remove a comment that refers to the SCSI host lock X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~2963^2~115 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=abe5706dcf47cfdf0b929fff727279614df3c263;p=mirror_ubuntu-focal-kernel.git scsi: qla2xxx: Remove a comment that refers to the SCSI host lock Since qla2xxx_queuecommand() no longer takes the SCSI host lock, remove a comment that refers to the host lock. Cc: Himanshu Madhani Cc: Giridhar Malavali Signed-off-by: Bart Van Assche Acked-by: Himanshu Madhani Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index 57e1041e4ca2..dddfadc27b75 100644 --- a/drivers/scsi/qla2xxx/qla_os.c +++ b/drivers/scsi/qla2xxx/qla_os.c @@ -889,9 +889,6 @@ qla2xxx_qpair_sp_compl(void *ptr, int res) qla2xxx_rel_qpair_sp(sp->qpair, sp); } -/* If we are SP1 here, we need to still take and release the host_lock as SP1 - * does not have the changes necessary to avoid taking host->host_lock. - */ static int qla2xxx_queuecommand(struct Scsi_Host *host, struct scsi_cmnd *cmd) {