]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[SCSI] qla2xxx: Fix for continuous rescan attempts in arbitrated loop topology.
authorArun Easi <arun.easi@qlogic.com>
Wed, 22 Aug 2012 18:21:10 +0000 (14:21 -0400)
committerJames Bottomley <JBottomley@Parallels.com>
Fri, 14 Sep 2012 17:28:49 +0000 (18:28 +0100)
commit490f5f115be509ce4b826fb8f2b1d997abaea2a6
tree86800dcf69868356953b776622fc88d6e294b63b
parent40429d3365b49eedaec0b92ce8b4633a08197ba3
[SCSI] qla2xxx: Fix for continuous rescan attempts in arbitrated loop topology.

Stale information in the temporary fcport created in
qla2x00_configure_local_loop() causes qla2x00_get_port_database() call
to fail. This reschedules scan, which gets stuck continuously in the
rescheduling-of-scan loop due to the failure.

Signed-off-by: Arun Easi <arun.easi@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla2xxx/qla_init.c