]> 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>
Mon, 17 Sep 2012 12:33:51 +0000 (13:33 +0100)
commit62be2d0ff6257f6b33a5ec752275ffd2430c6d8b
tree906acb44a3287517e3c9cdb9a29620ac4848e90a
parent677b6767864c8cce1f852b18bbfa343c4bdc65df
[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