From: Mihnea Dobrescu-Balaur Date: Mon, 11 Mar 2013 11:23:36 +0000 (+0200) Subject: xen-blkfront: replace kmalloc and then memcpy with kmemdup X-Git-Tag: v3.9-rc5~3^2~9^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29d0b218c87ace1078e08bb32c2e72fc96fa3db3;p=pandora-kernel.git xen-blkfront: replace kmalloc and then memcpy with kmemdup The benefits are: * code is cleaner * kmemdup adds additional debugging info useful for tracking the real place where memory was allocated (CONFIG_DEBUG_SLAB). Signed-off-by: Mihnea Dobrescu-Balaur Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed