]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm/sl[aou]b: Move kmalloc_node functions to common code
authorChristoph Lameter <cl@linux.com>
Mon, 8 Jul 2013 18:55:37 +0000 (18:55 +0000)
committerPekka Enberg <penberg@kernel.org>
Tue, 9 Jul 2013 06:11:31 +0000 (09:11 +0300)
commitd9d5aa0bf1c8788f44a7840f5120eee221138f87
treed9920ea9c4aa4cdfd9cd36bf3b4b8c83ccb33129
parent276a2439ce7917b8c3043af7ad6bf17bbcc24030
mm/sl[aou]b: Move kmalloc_node functions to common code

The kmalloc_node functions of all slab allcoators are similar now so
lets move them into slab.h. This requires some function naming changes
in slob.

Signed-off-by: Christoph Lameter <cl@linux.com>
[ penberg@kernel.org: minor formatting fixes ]
Signed-off-by: Pekka Enberg <penberg@kernel.org>
include/linux/slab.h
include/linux/slab_def.h
include/linux/slob_def.h
include/linux/slub_def.h
mm/slab.c
mm/slob.c