Skip to content

Commit bb479e4

Browse files
committed
scsi: qla2xxx: Query FC4 type during RSCN processing
(bsc#1043726,FATE#324770). suse-commit: 236e4f1eaee53abceb40039e91bee715b63c4523
1 parent 9ec5809 commit bb479e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/qla2xxx/qla_os.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4761,7 +4761,7 @@ void qla24xx_create_new_sess(struct scsi_qla_host *vha, struct qla_work_evt *e)
47614761
if (pla)
47624762
qlt_plogi_ack_unref(vha, pla);
47634763
else
4764-
qla24xx_async_gnl(vha, fcport);
4764+
qla24xx_async_gffid(vha, fcport);
47654765
}
47664766

47674767
if (free_fcport) {

0 commit comments

Comments
 (0)