commit | d567760c409f981d35fc755b51d5bf56a99a467b | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew.r.wilcox@intel.com> | Thu Feb 10 10:47:55 2011 -0500 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Fri Nov 04 15:52:57 2011 -0400 |
tree | 12db12b955792272e27640afb20e30f456b200af | |
parent | 99802a7aee2b3dd720e382c52b892cc6a8122b11 [diff] |
NVMe: Pass the nvme_dev to nvme_free_prps and nvme_setup_prps We were passing the nvme_queue to access the q_dmadev for the dma_alloc_coherent calls, but since we moved to the dma pool API, we really only need the nvme_dev. Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>