mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 00:38:55 +00:00
[SCSI] zfcp: Fix retry after failed "open port" erp action
Trying to enqueue a port erp action from the port erp strategy will fail in zfcp_erp_required_act. To try the same action again, return ZFCP_ERP_FAILED. Reviewed-by: Swen Schillig <swen@vnet.ibm.com> Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
parent
9c785d944e
commit
f7bd7c3627
@ -897,8 +897,7 @@ static int zfcp_erp_port_strategy_open_common(struct zfcp_erp_action *act)
|
|||||||
}
|
}
|
||||||
if (port->d_id && !(p_status & ZFCP_STATUS_COMMON_NOESC)) {
|
if (port->d_id && !(p_status & ZFCP_STATUS_COMMON_NOESC)) {
|
||||||
port->d_id = 0;
|
port->d_id = 0;
|
||||||
_zfcp_erp_port_reopen(port, 0, "erpsoc1", NULL);
|
return ZFCP_ERP_FAILED;
|
||||||
return ZFCP_ERP_EXIT;
|
|
||||||
}
|
}
|
||||||
/* fall through otherwise */
|
/* fall through otherwise */
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user