|
@@ -3,7 +3,7 @@
|
|
*
|
|
*
|
|
* Registration and callback for the s390 common I/O layer.
|
|
* Registration and callback for the s390 common I/O layer.
|
|
*
|
|
*
|
|
- * Copyright IBM Corporation 2002, 2008
|
|
|
|
|
|
+ * Copyright IBM Corporation 2002, 2009
|
|
*/
|
|
*/
|
|
|
|
|
|
#define KMSG_COMPONENT "zfcp"
|
|
#define KMSG_COMPONENT "zfcp"
|
|
@@ -108,6 +108,7 @@ static int zfcp_ccw_set_online(struct ccw_device *ccw_device)
|
|
/* initialize request counter */
|
|
/* initialize request counter */
|
|
BUG_ON(!zfcp_reqlist_isempty(adapter));
|
|
BUG_ON(!zfcp_reqlist_isempty(adapter));
|
|
adapter->req_no = 0;
|
|
adapter->req_no = 0;
|
|
|
|
+ zfcp_fc_nameserver_init(adapter);
|
|
|
|
|
|
zfcp_erp_modify_adapter_status(adapter, "ccsonl1", NULL,
|
|
zfcp_erp_modify_adapter_status(adapter, "ccsonl1", NULL,
|
|
ZFCP_STATUS_COMMON_RUNNING, ZFCP_SET);
|
|
ZFCP_STATUS_COMMON_RUNNING, ZFCP_SET);
|