From: Christoph Lameter Date: Fri, 20 Aug 2010 17:37:13 +0000 (-0500) Subject: slub: Remove dynamic dma slab allocation X-Git-Tag: v2.6.37-rc1~141^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55136592fedf5cc58c03d9b5eb66103a9013d4e5;p=pandora-kernel.git slub: Remove dynamic dma slab allocation Remove the dynamic dma slab allocation since this causes too many issues with nested locks etc etc. The change avoids passing gfpflags into many functions. V3->V4: - Create dma caches in kmem_cache_init() instead of kmem_cache_init_late(). Acked-by: David Rientjes Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed