Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223167
b: refs/heads/master
c: 5bfb2c3
h: refs/heads/master
i:
  223165: 53d2d51
  223163: bbb35b6
  223159: 4703d1e
  223151: c5e254f
  223135: 573e910
  223103: eb98a01
v: v3
  • Loading branch information
Swen Schillig authored and James Bottomley committed Dec 9, 2010
1 parent 00e553f commit d795b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 459dbf72e4d2b4aa13620e6b70d54f098547bf13
refs/heads/master: 5bfb2c31487eaff3840e02548e6acf89a048765b
4 changes: 2 additions & 2 deletions trunk/drivers/s390/scsi/zfcp_fsf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2069,8 +2069,6 @@ static void zfcp_fsf_fcp_cmnd_handler(struct zfcp_fsf_req *req)
struct fcp_resp_with_ext *fcp_rsp;
unsigned long flags;

zfcp_fsf_fcp_handler_common(req);

read_lock_irqsave(&req->adapter->abort_lock, flags);

scpnt = req->data;
Expand All @@ -2079,6 +2077,8 @@ static void zfcp_fsf_fcp_cmnd_handler(struct zfcp_fsf_req *req)
return;
}

zfcp_fsf_fcp_handler_common(req);

if (unlikely(req->status & ZFCP_STATUS_FSFREQ_ERROR)) {
set_host_byte(scpnt, DID_TRANSPORT_DISRUPTED);
goto skip_fsfstatus;
Expand Down

0 comments on commit d795b4e

Please sign in to comment.