From: Christoph Lameter Date: Wed, 1 Jun 2011 17:25:44 +0000 (-0500) Subject: slub: Push irq disable into allocate_slab() X-Git-Tag: v3.1-rc1~114^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e0528dadc9f8b04e4de0dba48a075100c2afe75;p=pandora-kernel.git slub: Push irq disable into allocate_slab() Do the irq handling in allocate_slab() instead of __slab_alloc(). __slab_alloc() is already cluttered and allocate_slab() is already fiddling around with gfp flags. v6->v7: Only increment ORDER_FALLBACK if we get a page during fallback Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed