commit | 9f35fa8a14e6216a859e2dfbe50ade497f9603ef | [log] [tgz] |
---|---|---|
author | Sumant Patro <sumantp@lsil.com> | Wed Feb 14 12:55:45 2007 -0800 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Fri Feb 16 10:20:33 2007 -0600 |
tree | 96290f23f7f7ae7b51d3b5ccb9ed5bce89df471e | |
parent | cf62a0a543fbab15286509d2e04e3dcf5549e966 [diff] |
[SCSI] megaraid_sas: replace pci_alloc_consitent with dma_alloc_coherent in ioctl path Replaced pci_alloc_consistent with dma_alloc_coherent from the ioctl path. This is to avoid situations where ioctl fails for lack of memory (when system under heavy stress). Signed-off-by: Sumant Patro <sumant.patro@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>