|
@@ -563,6 +563,10 @@ static void zfcp_fsf_exchange_config_data_handler(struct zfcp_fsf_req *req)
|
|
|
fc_host_port_type(shost) = FC_PORTTYPE_UNKNOWN;
|
|
|
adapter->hydra_version = 0;
|
|
|
|
|
|
+ /* avoids adapter shutdown to be able to recognize
|
|
|
+ * events such as LINK UP */
|
|
|
+ atomic_set_mask(ZFCP_STATUS_ADAPTER_XCONFIG_OK,
|
|
|
+ &adapter->status);
|
|
|
zfcp_fsf_link_down_info_eval(req,
|
|
|
&qtcb->header.fsf_status_qual.link_down_info);
|
|
|
break;
|