From: Sage Weil Date: Tue, 22 Sep 2009 00:02:56 +0000 (-0700) Subject: mm: remove broken 'kzalloc' mempool X-Git-Tag: v2.6.32-rc1~517 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bba78819548a59a52e60f0b259997bbd011164ae;p=pandora-kernel.git mm: remove broken 'kzalloc' mempool The kzalloc mempool zeros items when they are initially allocated, but does not rezero used items that are returned to the pool. Consequently mempool_alloc()s may return non-zeroed memory. Since there are/were only two in-tree users for mempool_create_kzalloc_pool(), and 'fixing' this in a way that will re-zero used (but not new) items before first use is non-trivial, just remove it. Signed-off-by: Sage Weil Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed