From: Matthew Wilcox Date: Thu, 10 Feb 2011 14:56:01 +0000 (-0500) Subject: NVMe: Switch to use DMA Pool API X-Git-Tag: v3.3-rc1~16^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=091b609258b8e01cc45b01a41ca5e496f674d989;p=pandora-kernel.git 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 --- Reading git-diff-tree failed