commit | aa137f9d29d30592774c727ec5cfcf9891e576fa | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Fri Aug 31 00:48:45 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Aug 31 01:09:21 2007 -0700 |
tree | 83a4d47f8aa52589c404f5962741882178b8acdc | |
parent | d66ac4752e891f319fa931ab72efb3352fafa50b [diff] |
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>