From: Sage Weil Date: Mon, 3 Aug 2009 20:54:47 +0000 (-0700) Subject: [SCSI] ibmvscsi: avoid unnecessary use of kzalloc_pool X-Git-Tag: v2.6.32-rc1~689^2~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d68866927ddd0ed3145cb3fba4a1c07ca5e4709d;p=pandora-kernel.git [SCSI] ibmvscsi: avoid unnecessary use of kzalloc_pool The allocated struct is manually zeroed after allocation, so avoid using the (broken) kzalloc mempool (which does not re-zero previously used items when they are returned to the pool). Acked-by: Brian King Signed-off-by: Sage Weil Signed-off-by: James Bottomley --- Reading git-diff-tree failed