Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316824
b: refs/heads/master
c: a752359
h: refs/heads/master
v: v3
  • Loading branch information
Yi Zou authored and James Bottomley committed Jul 20, 2012
1 parent 8ea6f16 commit a611721
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: ac166d2fbd2d0c295454bcee7b3c930cb96e72cc
refs/heads/master: a752359f2b0a291c5f229e883842e4b30c698387
6 changes: 3 additions & 3 deletions trunk/drivers/scsi/libfc/fc_fcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1380,10 +1380,10 @@ static void fc_fcp_timeout(unsigned long data)

fsp->state |= FC_SRB_FCP_PROCESSING_TMO;

if (rpriv->flags & FC_RP_FLAGS_REC_SUPPORTED)
fc_fcp_rec(fsp);
else if (fsp->state & FC_SRB_RCV_STATUS)
if (fsp->state & FC_SRB_RCV_STATUS)
fc_fcp_complete_locked(fsp);
else if (rpriv->flags & FC_RP_FLAGS_REC_SUPPORTED)
fc_fcp_rec(fsp);
else
fc_fcp_recovery(fsp, FC_TIMED_OUT);
fsp->state &= ~FC_SRB_FCP_PROCESSING_TMO;
Expand Down

0 comments on commit a611721

Please sign in to comment.