From: Christoph Lameter Date: Tue, 17 Jul 2007 11:03:29 +0000 (-0700) Subject: Slab allocators: Cleanup zeroing allocations X-Git-Tag: v2.6.23-rc1~737 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81cda6626178cd55297831296ba8ecedbfd8b52d;p=pandora-kernel.git Slab allocators: Cleanup zeroing allocations It becomes now easy to support the zeroing allocs with generic inline functions in slab.h. Provide inline definitions to allow the continued use of kzalloc, kmem_cache_zalloc etc but remove other definitions of zeroing functions from the slab allocators and util.c. Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed