From: Wei Yongjun Date: Mon, 27 Aug 2012 04:28:57 +0000 (+0800) Subject: xen/blkback: use kmem_cache_zalloc instead of kmem_cache_alloc/memset X-Git-Tag: v3.7-rc4~23^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=654dbef2146d6bc56886495d44b661148f016e62;p=pandora-kernel.git xen/blkback: use kmem_cache_zalloc instead of kmem_cache_alloc/memset Using kmem_cache_zalloc() instead of kmem_cache_alloc() and memset(). spatch with a semantic match is used to found this problem. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed