Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223169
b: refs/heads/master
c: d3e1088
h: refs/heads/master
i:
  223167: d795b4e
v: v3
  • Loading branch information
Swen Schillig authored and James Bottomley committed Dec 9, 2010
1 parent 282ee10 commit 7db2109
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6fbf25e86beef1c6719e760a241a7aef9ad145e3
refs/heads/master: d3e1088d68735eb7da12f79a0c3c0d951cbc89f1
2 changes: 2 additions & 0 deletions trunk/drivers/s390/scsi/zfcp_erp.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ static int zfcp_erp_required_act(int want, struct zfcp_adapter *adapter,
if (!(a_status & ZFCP_STATUS_COMMON_RUNNING) ||
a_status & ZFCP_STATUS_COMMON_ERP_FAILED)
return 0;
if (p_status & ZFCP_STATUS_COMMON_NOESC)
return need;
if (!(a_status & ZFCP_STATUS_COMMON_UNBLOCKED))
need = ZFCP_ERP_ACTION_REOPEN_ADAPTER;
/* fall through */
Expand Down

0 comments on commit 7db2109

Please sign in to comment.