From: Pekka Enberg Date: Sat, 25 Mar 2006 11:06:42 +0000 (-0800) Subject: [PATCH] slab: introduce kmem_cache_zalloc allocator X-Git-Tag: v2.6.17-rc1~856 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8c0f9a41f88da703ade33f9c1626a55c786e8bb;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed