Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132316
b: refs/heads/master
c: 78342da
h: refs/heads/master
v: v3
  • Loading branch information
Vasu Dev authored and James Bottomley committed Mar 6, 2009
1 parent 370f457 commit 4ac1d78
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 571f824c3cd7b7f5a40ba100f7e576b6b0fe826a
refs/heads/master: 78342da3682ec843e3e6301af5c723c88a46c408
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/libfc/fc_exch.c
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@ static void fc_exch_rrq_resp(struct fc_seq *sp, struct fc_frame *fp, void *arg)
if (IS_ERR(fp)) {
int err = PTR_ERR(fp);

if (err == -FC_EX_CLOSED)
if (err == -FC_EX_CLOSED || err == -FC_EX_TIMEOUT)
goto cleanup;
FC_DBG("Cannot process RRQ, because of frame error %d\n", err);
return;
Expand Down

0 comments on commit 4ac1d78

Please sign in to comment.