]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: qla2xxx: Fix losing FCP-2 targets during port perturbation tests
authorArun Easi <aeasi@marvell.com>
Thu, 16 Jun 2022 05:35:03 +0000 (22:35 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 17 Jun 2022 01:59:53 +0000 (21:59 -0400)
commite7cc14f4f21a74177f5ecfaa0c4ebc637b89d823
treeef159f8f8367e9a06f6863deb4b21b9707f36c53
parent9f034b1426cb7c7ea1b995cbb110e18867a152b0
scsi: qla2xxx: Fix losing FCP-2 targets during port perturbation tests

When a mix of FCP-2 (tape) and non-FCP-2 targets are present, FCP-2 target
state was incorrectly transitioned when both of the targets were gone. Fix
this by ignoring state transition for FCP-2 targets.

Link: https://lore.kernel.org/r/20220616053508.27186-7-njavali@marvell.com
Fixes: d5638e660741 ("scsi: qla2xxx: Changes to support FCP2 Target")
Cc: stable@vger.kernel.org
Signed-off-by: Arun Easi <aeasi@marvell.com>
Signed-off-by: Nilesh Javali <njavali@marvell.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla2xxx/qla_gs.c