From: Dan Williams Date: Wed, 13 Nov 2013 18:57:18 +0000 (-0800) Subject: ioatdma: clean up sed pool kmem_cache X-Git-Tag: v3.13-rc1~29^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59056e85d7dd337674c65d9dac65008cb46a98cd;p=pandora-kernel.git ioatdma: clean up sed pool kmem_cache Use a single cache for all sed allocations. No need to make it per channel. This also avoids the slub_debug warnings for multiple caches with the same name. Switching to dmam_pool_create() to fix leaking the dma pools on initialization failure and lets us kill ioat3_dma_remove(). Cc: Dave Jiang Acked-by: Dave Jiang Signed-off-by: Dan Williams --- Reading git-diff-tree failed