Re: [PATCH 1/1] mm/slab.c: add __init to init_lock_keys

2014-06-07 Thread David Rientjes
On Sat, 7 Jun 2014, Fabian Frederick wrote: > init_lock_keys is only called by __init kmem_cache_init_late > > Cc: Christoph Lameter > Cc: Andrew Morton > Signed-off-by: Fabian Frederick No functional change because these functions are inlined, but it makes sense anyway. Acked-by: David Rie

Re: [PATCH 1/1] mm/slab.c: add __init to init_lock_keys

2014-06-07 Thread Christoph Lameter
On Sat, 7 Jun 2014, Fabian Frederick wrote: > init_lock_keys is only called by __init kmem_cache_init_late Acked-by: Christoph Lameter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://v

[PATCH 1/1] mm/slab.c: add __init to init_lock_keys

2014-06-07 Thread Fabian Frederick
init_lock_keys is only called by __init kmem_cache_init_late Cc: Christoph Lameter Cc: Andrew Morton Signed-off-by: Fabian Frederick --- mm/slab.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm/slab.c b/mm/slab.c index 19d9218..4ff5298 100644 --- a/mm/slab.c +++ b/m