From: Christof Schmitt Date: Fri, 30 Apr 2010 16:09:37 +0000 (+0200) Subject: [SCSI] zfcp: Zero memory for gpn_ft and adisc requests X-Git-Tag: v2.6.35-rc1~470^2^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e51f085f64a79c7647e88a8a019b7bd84f42255;p=pandora-kernel.git [SCSI] zfcp: Zero memory for gpn_ft and adisc requests With debug kernels, the memory allocated with kmem_cache_alloc might be initialized with the poison values 6b and a5. Use kmem_cache_zalloc instead of kmem_cache_alloc to get zeroed memory and not send invalid requests. Signed-off-by: Christof Schmitt Signed-off-by: James Bottomley --- Reading git-diff-tree failed