commit | 004dd5e88673516a408f0e8e43edbe6a4424be2f | [log] [tgz] |
---|---|---|
author | Brian King <brking@linux.vnet.ibm.com> | Fri Aug 15 10:48:47 2008 -0500 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Sat Aug 16 10:33:01 2008 -0500 |
tree | 47507c5c05efa112a8b055c9658452dbe80ec7ca | |
parent | 66dca9b8c50b5e59d3bea8b21cee5c6dae6c9c46 [diff] |
[SCSI] ibmvscsi: Fixup desired DMA value for shared memory partitions When running ibmvscsi in a shared memory partition, it must provide a default value for the amount of DMA resources it will need in order to perform reasonably well. This was being calculated in sectors rather than bytes, as it should. This patch fixes this. Signed-off-by: Brian King <brking@linux.vnet.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>