Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108892
b: refs/heads/master
c: 004dd5e
h: refs/heads/master
v: v3
  • Loading branch information
Brian King authored and James Bottomley committed Aug 16, 2008
1 parent d375bca commit d68e313
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: 66dca9b8c50b5e59d3bea8b21cee5c6dae6c9c46
refs/heads/master: 004dd5e88673516a408f0e8e43edbe6a4424be2f
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/ibmvscsi/ibmvscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,7 @@ static unsigned long ibmvscsi_get_desired_dma(struct vio_dev *vdev)
unsigned long desired_io = max_requests * sizeof(union viosrp_iu);

/* add io space for sg data */
desired_io += (IBMVSCSI_MAX_SECTORS_DEFAULT *
desired_io += (IBMVSCSI_MAX_SECTORS_DEFAULT * 512 *
IBMVSCSI_CMDS_PER_LUN_DEFAULT);

return desired_io;
Expand Down

0 comments on commit d68e313

Please sign in to comment.