commit | a8c0f9a41f88da703ade33f9c1626a55c786e8bb | [log] [tgz] |
---|---|---|
author | Pekka Enberg <penberg@cs.helsinki.fi> | Sat Mar 25 03:06:42 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Mar 25 08:22:49 2006 -0800 |
tree | 8c2904597c61b873bfd85eed4ac196dd66e6f125 | |
parent | 871751e25d956ad24f129ca972b7851feaa61d53 [diff] |
[PATCH] slab: introduce kmem_cache_zalloc allocator Introduce a memory-zeroing variant of kmem_cache_alloc. The allocator already exits in XFS and there are potential users for it so this patch makes the allocator available for the general public. Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>