|
|
@@ -961,7 +961,7 @@ static int zfcp_fc_exec_els_job(struct bsg_job *job,
|
|
|
d_id = ntoh24(bsg_request->rqst_data.h_els.port_id);
|
|
|
|
|
|
els->handler = zfcp_fc_ct_els_job_handler;
|
|
|
- return zfcp_fsf_send_els(adapter, d_id, els, job->req->timeout / HZ);
|
|
|
+ return zfcp_fsf_send_els(adapter, d_id, els, job->timeout / HZ);
|
|
|
}
|
|
|
|
|
|
static int zfcp_fc_exec_ct_job(struct bsg_job *job,
|
|
|
@@ -980,7 +980,7 @@ static int zfcp_fc_exec_ct_job(struct bsg_job *job,
|
|
|
return ret;
|
|
|
|
|
|
ct->handler = zfcp_fc_ct_job_handler;
|
|
|
- ret = zfcp_fsf_send_ct(wka_port, ct, NULL, job->req->timeout / HZ);
|
|
|
+ ret = zfcp_fsf_send_ct(wka_port, ct, NULL, job->timeout / HZ);
|
|
|
if (ret)
|
|
|
zfcp_fc_wka_port_put(wka_port);
|
|
|
|