commit | 091b609258b8e01cc45b01a41ca5e496f674d989 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew.r.wilcox@intel.com> | Thu Feb 10 09:56:01 2011 -0500 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Fri Nov 04 15:52:57 2011 -0400 |
tree | fc047bbe0b579d2708c4ac36937ce403df8d38f2 | |
parent | d534df3c730af9073a9ddc076d9fd65cbdca22b3 [diff] |
NVMe: Switch to use DMA Pool API Calling dma_free_coherent from interrupt context causes warnings. Using the DMA pools delays freeing until pool destruction, so avoids the problem. Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>