Blame SOURCES/0059-scsi-scsi-qla2xxx-Remove-a-comment-that-refers-to-th.patch

3c6e85
From b3ef25d9a68911853a853a2a003765922bc2fa3d Mon Sep 17 00:00:00 2001
3c6e85
From: Himanshu Madhani <hmadhani@redhat.com>
3c6e85
Date: Thu, 1 Aug 2019 15:55:19 -0400
3c6e85
Subject: [PATCH 059/124] [scsi] scsi: qla2xxx: Remove a comment that refers to
3c6e85
 the SCSI host lock
3c6e85
3c6e85
Message-id: <20190801155618.12650-60-hmadhani@redhat.com>
3c6e85
Patchwork-id: 267835
3c6e85
O-Subject: [RHEL 7.8 e-stor PATCH 059/118] scsi: qla2xxx: Remove a comment that refers to the SCSI host lock
3c6e85
Bugzilla: 1729270
3c6e85
RH-Acked-by: Jarod Wilson <jarod@redhat.com>
3c6e85
RH-Acked-by: Tony Camuso <tcamuso@redhat.com>
3c6e85
3c6e85
From: Bart Van Assche <bvanassche@acm.org>
3c6e85
3c6e85
Bugzilla 1729270
3c6e85
3c6e85
Since qla2xxx_queuecommand() no longer takes the SCSI host lock, remove a
3c6e85
comment that refers to the host lock.
3c6e85
3c6e85
Cc: Himanshu Madhani <hmadhani@marvell.com>
3c6e85
Cc: Giridhar Malavali <gmalavali@marvell.com>
3c6e85
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
3c6e85
Acked-by: Himanshu Madhani <hmadhani@marvell.com>
3c6e85
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
3c6e85
(cherry picked from commit abe5706dcf47cfdf0b929fff727279614df3c263)
3c6e85
Signed-off-by: Himanshu Madhani <hmadhani@redhat.com>
3c6e85
Signed-off-by: Jan Stancek <jstancek@redhat.com>
3c6e85
---
3c6e85
 drivers/scsi/qla2xxx/qla_os.c | 3 ---
3c6e85
 1 file changed, 3 deletions(-)
3c6e85
3c6e85
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c
3c6e85
index 1cf427cf1ffe..ebee824413c1 100644
3c6e85
--- a/drivers/scsi/qla2xxx/qla_os.c
3c6e85
+++ b/drivers/scsi/qla2xxx/qla_os.c
3c6e85
@@ -890,9 +890,6 @@ qla2xxx_qpair_sp_compl(void *ptr, int res)
3c6e85
 	cmd->scsi_done(cmd);
3c6e85
 }
3c6e85
 
3c6e85
-/* If we are SP1 here, we need to still take and release the host_lock as SP1
3c6e85
- * does not have the changes necessary to avoid taking host->host_lock.
3c6e85
- */
3c6e85
 static int
3c6e85
 qla2xxx_queuecommand(struct Scsi_Host *host, struct scsi_cmnd *cmd)
3c6e85
 {
3c6e85
-- 
3c6e85
2.13.6
3c6e85