commit | f183323d3822dee4d7b3147a59b6e8987fe201e0 | [log] [tgz] |
---|---|---|
author | Matthew Dobson <colpatch@us.ibm.com> | Sun Mar 26 01:37:48 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Mar 26 08:56:59 2006 -0800 |
tree | f1cec982da7ae954af52584630c273976fd43127 | |
parent | 0eaae62abaa1ad1f231932b6cdd9fb1b91df6651 [diff] |
[PATCH] mempool: add kzalloc allocator Add another allocator to the common mempool code: a kzalloc/kfree allocator This will be used by the next patch in the series to replace a mempool-backed kzalloc allocator. It is also very 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>