summaryrefslogtreecommitdiffstats
path: root/mm/mempool.c
diff options
context:
space:
mode:
authorMatthew Dobson2006-03-26 11:37:47 +0200
committerLinus Torvalds2006-03-26 18:56:59 +0200
commit0eaae62abaa1ad1f231932b6cdd9fb1b91df6651 (patch)
treecda02cffff075a8b542ddcea4fa0ff0064130502 /mm/mempool.c
parent[PATCH] mempool: add kmalloc allocator (diff)
downloadkernel-qcow2-linux-0eaae62abaa1ad1f231932b6cdd9fb1b91df6651.tar.gz
kernel-qcow2-linux-0eaae62abaa1ad1f231932b6cdd9fb1b91df6651.tar.xz
kernel-qcow2-linux-0eaae62abaa1ad1f231932b6cdd9fb1b91df6651.zip
[PATCH] mempool: use common mempool kmalloc allocator
This patch changes several mempool users, all of which are basically just wrappers around kmalloc(), to use the common mempool_kmalloc/kfree, rather than their own wrapper function, removing a bunch of duplicated code. 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>
Diffstat (limited to 'mm/mempool.c')
0 files changed, 0 insertions, 0 deletions