aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDimitri Gorokhovik <[email protected]>2006-12-29 16:48:28 -0800
committerLinus Torvalds <[email protected]>2006-12-30 10:56:42 -0800
commitbcb4ddb46a4c66d64d091e7ffa951b2aa1ba537f (patch)
tree80ba7ced73f4a329e8cb84dd2b0a192708a033f0 /include
parent131612dfe7923bd0ce5f82d6ed8303a7ef96e574 (diff)
[PATCH] MM: SLOB is broken by recent cleanup of slab.h
Recent cleanup of slab.h broke SLOB allocator: the routine kmem_cache_init has now the __init attribute for both slab.c and slob.c. This routine cannot be removed after init in the case of slob.c -- it serves as a timer callback. Provide a separate timer callback routine, call it once from kmem_cache_init, keep the __init attribute on the latter. Signed-off-by: Dimitri Gorokhovik <[email protected]> Cc: Christoph Lameter <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions