From: Christoph Lameter Date: Fri, 31 Aug 2007 07:48:45 +0000 (-0700) Subject: SLUB: Force inlining for functions in slub_def.h X-Git-Tag: v2.6.23-rc5~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa137f9d29d30592774c727ec5cfcf9891e576fa;p=pandora-kernel.git SLUB: Force inlining for functions in slub_def.h Some compilers (especially older gcc releases) may skip inlining sometimes which will lead to link failures. Force the inlining of keyfunctions in slub_def.h to avoid these issues. Signed-off-by: Christoph Lameter Acked-by: Jan Dittmer Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed