From: Sage Weil Date: Tue, 22 Sep 2009 00:02:55 +0000 (-0700) Subject: md: avoid use of broken kzalloc mempool X-Git-Tag: v2.6.32-rc1~518 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbba809e96539672f775a3d70102657d05816a5b;p=pandora-kernel.git md: avoid use of broken kzalloc mempool The kzalloc mempool does not re-zero items that have been used and then returned to the pool. Manually zero the allocated multipath_bh instead. Acked-by: Neil Brown Signed-off-by: Sage Weil Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed