Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Arun Easi and committed by
James Bottomley
970ee0c5 feafb7b1

-1
-1
drivers/scsi/qla2xxx/qla_mid.c
··· 135 135 "loop_id=0x%04x :%x\n", 136 136 vha->host_no, fcport->loop_id, fcport->vp_idx)); 137 137 138 - atomic_set(&fcport->state, FCS_DEVICE_DEAD); 139 138 qla2x00_mark_device_lost(vha, fcport, 0, 0); 140 139 atomic_set(&fcport->state, FCS_UNCONFIGURED); 141 140 }