Skip to content

Commit

Permalink
[SCSI] qla2xxx: Correct management-server login-state synchronization…
Browse files Browse the repository at this point in the history
… issue.

Transitioning link-state via NOS/OLS requires a relogin to a
fabric's Management Server.  Request relogin when the firmware
issues a point-to-point asynchronous event (0x8030).

Signed-off-by: Andrew Vasquez <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
  • Loading branch information
avasquez01 authored and James Bottomley committed Aug 15, 2007
1 parent 8fef696 commit 02d638b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/scsi/qla2xxx/qla_isr.c
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ qla2x00_async_event(scsi_qla_host_t *ha, uint16_t *mb)
set_bit(REGISTER_FC4_NEEDED, &ha->dpc_flags);

ha->flags.gpsc_supported = 1;
ha->flags.management_server_logged_in = 0;
break;

case MBA_CHG_IN_CONNECTION: /* Change in connection mode */
Expand Down

0 comments on commit 02d638b

Please sign in to comment.