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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Aug 2022 12:24:18 +0000 (14:24 +0200)
commit15f67058a1eecb8714763a400343bdce1bbebf75
treea95dff269b673af19a8023c1eac13ccfd6e9097d
parent6f1d5e6979c15ffc3ca724d60ba77325efd43467
scsi: qla2xxx: Fix losing FCP-2 targets during port perturbation tests

commit 58d1c124cd79ea686b512043c5bd515590b2ed95 upstream.

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: 44c57f205876 ("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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/scsi/qla2xxx/qla_gs.c