diff options
author | Sage Weil <sage@newdream.net> | 2009-09-21 17:02:56 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-22 07:17:35 -0700 |
commit | bba78819548a59a52e60f0b259997bbd011164ae (patch) | |
tree | 1d788069848ba86906269d8eb8b1b13119260e5a /init | |
parent | bbba809e96539672f775a3d70102657d05816a5b (diff) | |
download | op-kernel-dev-bba78819548a59a52e60f0b259997bbd011164ae.zip op-kernel-dev-bba78819548a59a52e60f0b259997bbd011164ae.tar.gz |
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 <sage@newdream.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions