[PATCH] mempool: add kmalloc allocator
authorMatthew Dobson <colpatch@us.ibm.com>
Sun, 26 Mar 2006 09:37:46 +0000 (01:37 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Mar 2006 16:56:59 +0000 (08:56 -0800)
commit53184082b070dfb077218828fdf839826102ed96
tree77aad868cb43b78195e7ca657c1e30a6934fac44
parenta19b27ce3847c3a5d4ea6b6c91b6f7154759af23
[PATCH] mempool: add kmalloc allocator

Add another allocator to the common mempool code: a kmalloc/kfree allocator

This will be used by the next patch in the series to replace duplicate
mempool-backed kmalloc allocators in several places in the kernel.  It is also
very likely that there will be more users in the future.

Signed-off-by: Matthew Dobson <colpatch@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/mempool.h
mm/mempool.c