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