[SCSI] qla2xxx: make rport deletions explicit during vport removal
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
committed by
James Bottomley
parent
feafb7b171
commit
970ee0c52a
@@ -135,7 +135,6 @@ qla2x00_mark_vp_devices_dead(scsi_qla_host_t *vha)
|
|||||||
"loop_id=0x%04x :%x\n",
|
"loop_id=0x%04x :%x\n",
|
||||||
vha->host_no, fcport->loop_id, fcport->vp_idx));
|
vha->host_no, fcport->loop_id, fcport->vp_idx));
|
||||||
|
|
||||||
atomic_set(&fcport->state, FCS_DEVICE_DEAD);
|
|
||||||
qla2x00_mark_device_lost(vha, fcport, 0, 0);
|
qla2x00_mark_device_lost(vha, fcport, 0, 0);
|
||||||
atomic_set(&fcport->state, FCS_UNCONFIGURED);
|
atomic_set(&fcport->state, FCS_UNCONFIGURED);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user