Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a5c69bf authored by Chad Dupuis's avatar Chad Dupuis Committed by Christoph Hellwig
Browse files

qla2xxx: Clear loop_id for ports that are marked lost during fabric scanning.

parent 42543fb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3407,7 +3407,7 @@ qla2x00_configure_fabric(scsi_qla_host_t *vha)
					    fcport->d_id.b.domain,
					    fcport->d_id.b.area,
					    fcport->d_id.b.al_pa);
					fcport->loop_id = FC_NO_LOOP_ID;
					qla2x00_clear_loop_id(fcport);
				}
			}
		}