From: Matthew Dobson Date: Sun, 26 Mar 2006 09:37:48 +0000 (-0800) Subject: [PATCH] mempool: use common mempool kzalloc allocator X-Git-Tag: v2.6.17-rc1~605 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26b6e051bc36b968a0b5ac96903b99e050d20b87;p=pandora-kernel.git [PATCH] mempool: use common mempool kzalloc allocator This patch changes a mempool user, which is basically just a wrapper around kzalloc(), to use the common mempool_kmalloc/kfree, rather than its own wrapper function, removing duplicated code. Signed-off-by: Matthew Dobson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed