]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] mempool: add page allocator
authorMatthew Dobson <colpatch@us.ibm.com>
Sun, 26 Mar 2006 09:37:44 +0000 (01:37 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Mar 2006 16:56:59 +0000 (08:56 -0800)
commit04a249d043017706134d84d13a72147082dd7724
tree45e9729c67b867821748414667dada0d36a8bd34
parent20dd1756d46a1487d94c71e04d7bc5138815f19d
[PATCH] mempool: add page allocator

This will be used by the next patch in the series to replace duplicate
mempool-backed page allocators in 2 places in the kernel.  It is also likely
that there will be more users in the future.

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>
include/linux/mempool.h
mm/mempool.c