From: Joonsoo Kim Date: Thu, 24 Oct 2013 01:07:44 +0000 (+0900) Subject: slab: use __GFP_COMP flag for allocating slab pages X-Git-Tag: v3.13-rc1~15^2~3^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a57a49887eb3398d31bfaa8009531f7121d6537d;p=pandora-kernel.git slab: use __GFP_COMP flag for allocating slab pages If we use 'struct page' of first page as 'struct slab', there is no advantage not to use __GFP_COMP. So use __GFP_COMP flag for all the cases. Acked-by: Andi Kleen Acked-by: Christoph Lameter Signed-off-by: Joonsoo Kim Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed