Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89671
b: refs/heads/master
c: 5c815d1
h: refs/heads/master
i:
  89669: d402a8f
  89667: 3a48dbc
  89663: 56db4ca
v: v3
  • Loading branch information
Christof Schmitt authored and James Bottomley committed Apr 7, 2008
1 parent 469dcef commit 3bb4e67
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 2505873afe510d8db05665684c056ac8f0b24563
refs/heads/master: 5c815d1501a9ce84578cb3ec64c9d31ef91e3de2
7 changes: 7 additions & 0 deletions trunk/drivers/s390/scsi/zfcp_fsf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2968,6 +2968,13 @@ zfcp_fsf_close_physical_port_handler(struct zfcp_fsf_req *fsf_req)
zfcp_erp_port_boxed(port);
fsf_req->status |= ZFCP_STATUS_FSFREQ_ERROR |
ZFCP_STATUS_FSFREQ_RETRY;

/* can't use generic zfcp_erp_modify_port_status because
* ZFCP_STATUS_COMMON_OPEN must not be reset for the port */
atomic_clear_mask(ZFCP_STATUS_PORT_PHYS_OPEN, &port->status);
list_for_each_entry(unit, &port->unit_list_head, list)
atomic_clear_mask(ZFCP_STATUS_COMMON_OPEN,
&unit->status);
break;

case FSF_ADAPTER_STATUS_AVAILABLE:
Expand Down

0 comments on commit 3bb4e67

Please sign in to comment.