|
@@ -473,7 +473,8 @@ static void __srp_start_tl_fail_timers(struct srp_rport *rport)
|
|
|
if (delay > 0)
|
|
|
queue_delayed_work(system_long_wq, &rport->reconnect_work,
|
|
|
1UL * delay * HZ);
|
|
|
- if (srp_rport_set_state(rport, SRP_RPORT_BLOCKED) == 0) {
|
|
|
+ if ((fast_io_fail_tmo >= 0 || dev_loss_tmo >= 0) &&
|
|
|
+ srp_rport_set_state(rport, SRP_RPORT_BLOCKED) == 0) {
|
|
|
pr_debug("%s new state: %d\n", dev_name(&shost->shost_gendev),
|
|
|
rport->state);
|
|
|
scsi_target_block(&shost->shost_gendev);
|