]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm/sl[aou]b: Move kmalloc definitions to slab.h
authorChristoph Lameter <cl@linux.com>
Mon, 8 Jul 2013 18:56:21 +0000 (18:56 +0000)
committerPekka Enberg <penberg@kernel.org>
Tue, 9 Jul 2013 06:14:03 +0000 (09:14 +0300)
commit590a63973e364be0dab35ddbdc18b3ad5f386aed
treefee2c3f1f6058388eb4debd19743a38c19b76f5e
parentd9d5aa0bf1c8788f44a7840f5120eee221138f87
mm/sl[aou]b: Move kmalloc definitions to slab.h

All the kmallocs are mostly doing the same. Unify them.

slob_def.h becomes empty. So remove it.

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