]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] mempool: use common mempool kzalloc allocator
authorMatthew Dobson <colpatch@us.ibm.com>
Sun, 26 Mar 2006 09:37:48 +0000 (01:37 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Mar 2006 16:56:59 +0000 (08:56 -0800)
commit26b6e051bc36b968a0b5ac96903b99e050d20b87
treeb8f1aed358f5e19b1faf3e720247fdfa441f3b7c
parentf183323d3822dee4d7b3147a59b6e8987fe201e0
[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 <colpatch@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/md/multipath.c