From: Matthew Dobson Date: Sun, 26 Mar 2006 09:37:47 +0000 (-0800) Subject: [PATCH] mempool: use common mempool kmalloc allocator X-Git-Tag: v2.6.17-rc1~607 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eaae62abaa1ad1f231932b6cdd9fb1b91df6651;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed