|
@@ -425,6 +425,7 @@ void zfcp_fc_port_did_lookup(struct work_struct *work)
|
|
|
struct zfcp_port *port = container_of(work, struct zfcp_port,
|
|
|
gid_pn_work);
|
|
|
|
|
|
+ set_worker_desc("zgidpn%16llx", port->wwpn); /* < WORKER_DESC_LEN=24 */
|
|
|
ret = zfcp_fc_ns_gid_pn(port);
|
|
|
if (ret) {
|
|
|
/* could not issue gid_pn for some reason */
|
|
@@ -559,6 +560,7 @@ void zfcp_fc_link_test_work(struct work_struct *work)
|
|
|
container_of(work, struct zfcp_port, test_link_work);
|
|
|
int retval;
|
|
|
|
|
|
+ set_worker_desc("zadisc%16llx", port->wwpn); /* < WORKER_DESC_LEN=24 */
|
|
|
get_device(&port->dev);
|
|
|
port->rport_task = RPORT_DEL;
|
|
|
zfcp_scsi_rport_work(&port->rport_work);
|