Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154045
b: refs/heads/master
c: 47e7e89
h: refs/heads/master
i:
  154043: cedd87c
v: v3
  • Loading branch information
Giridhar Malavali authored and James Bottomley committed Jun 21, 2009
1 parent c1385e2 commit 348b124
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: b5c6f77680f4ff1775838fcedfdd6026bf5ad777
refs/heads/master: 47e7e89ed029780adf2cc0cf506fcd4c2d5ca1e2
5 changes: 4 additions & 1 deletion trunk/drivers/scsi/scsi_transport_fc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3480,7 +3480,10 @@ fc_bsg_job_timeout(struct request *req)
}

/* the blk_end_sync_io() doesn't check the error */
return BLK_EH_HANDLED;
if (done)
return BLK_EH_NOT_HANDLED;
else
return BLK_EH_HANDLED;
}

static int
Expand Down

0 comments on commit 348b124

Please sign in to comment.