Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119585
b: refs/heads/master
c: ee1ab9e
h: refs/heads/master
i:
  119583: 9a8cf7d
v: v3
  • Loading branch information
James Bottomley authored and James Bottomley committed Dec 1, 2008
1 parent 72f3dad commit 886622e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 97b5648a8bc2aef980645ee39d31bba0933a6112
refs/heads/master: ee1ab9e945803a607ba5c2a96b69e4820a806552
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/megaraid/megaraid_sas.c
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,8 @@ static int megasas_slave_configure(struct scsi_device *sdev)
* The RAID firmware may require extended timeouts.
*/
if (sdev->channel >= MEGASAS_MAX_PD_CHANNELS)
sdev->timeout = MEGASAS_DEFAULT_CMD_TIMEOUT * HZ;
blk_queue_rq_timeout(sdev->request_queue,
MEGASAS_DEFAULT_CMD_TIMEOUT * HZ);
return 0;
}

Expand Down

0 comments on commit 886622e

Please sign in to comment.