Skip to content
Snippets Groups Projects
Commit aa137f9d authored by Christoph Lameter's avatar Christoph Lameter Committed by Linus Torvalds
Browse files

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: default avatarChristoph Lameter <clameter@sgi.com>
Acked-by: default avatarJan Dittmer <jdi@l4x.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent d66ac475
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment