From: Joonsoo Kim Date: Thu, 9 Oct 2014 22:26:22 +0000 (-0700) Subject: mm/slab_common: commonize slab merge logic X-Git-Tag: fixes-against-v3.18-rc2~137^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=423c929cbbecc60e9c407f9048e58f5422f7995d;p=pandora-kernel.git mm/slab_common: commonize slab merge logic Slab merge is good feature to reduce fragmentation. Now, it is only applied to SLUB, but, it would be good to apply it to SLAB. This patch is preparation step to apply slab merge to SLAB by commonizing slab merge logic. Signed-off-by: Joonsoo Kim Cc: Randy Dunlap Cc: Christoph Lameter Cc: Pekka Enberg Cc: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed