]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
SLUB: Force inlining for functions in slub_def.h
authorChristoph Lameter <clameter@sgi.com>
Fri, 31 Aug 2007 07:48:45 +0000 (00:48 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 31 Aug 2007 08:09:21 +0000 (01:09 -0700)
commitaa137f9d29d30592774c727ec5cfcf9891e576fa
tree83a4d47f8aa52589c404f5962741882178b8acdc
parentd66ac4752e891f319fa931ab72efb3352fafa50b
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 <clameter@sgi.com>
Acked-by: Jan Dittmer <jdi@l4x.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/slub_def.h