|
@@ -662,7 +662,7 @@ static void fc_rport_error(struct fc_rport_priv *rdata, struct fc_frame *fp)
|
|
|
static void fc_rport_error_retry(struct fc_rport_priv *rdata,
|
|
|
struct fc_frame *fp)
|
|
|
{
|
|
|
- unsigned long delay = msecs_to_jiffies(FC_DEF_E_D_TOV);
|
|
|
+ unsigned long delay = msecs_to_jiffies(rdata->e_d_tov);
|
|
|
struct fc_lport *lport = rdata->local_port;
|
|
|
|
|
|
/* make sure this isn't an FC_EX_CLOSED error, never retry those */
|