Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167907
b: refs/heads/master
c: 9d38500
h: refs/heads/master
i:
  167905: e707055
  167903: 986b4ec
v: v3
  • Loading branch information
Christof Schmitt authored and James Bottomley committed Oct 22, 2009
1 parent 434f95e commit 1441ea0
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: 10d00f78e67223ef429fa5f4abfc9ea4ad740490
refs/heads/master: 9d38500de156fb28ffa8741acb90c4dc90a9fb4b
2 changes: 1 addition & 1 deletion trunk/drivers/s390/scsi/zfcp_fsf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ static int zfcp_fsf_setup_ct_els(struct zfcp_fsf_req *req,
/* common settings for ct/gs and els requests */
req->qtcb->bottom.support.service_class = FSF_CLASS_3;
req->qtcb->bottom.support.timeout = 2 * R_A_TOV;
zfcp_fsf_start_timer(req, 2 * R_A_TOV + 10);
zfcp_fsf_start_timer(req, (2 * R_A_TOV + 10) * HZ);

return 0;
}
Expand Down

0 comments on commit 1441ea0

Please sign in to comment.