commit | 29d0b218c87ace1078e08bb32c2e72fc96fa3db3 | [log] [tgz] |
---|---|---|
author | Mihnea Dobrescu-Balaur <mihneadb@gmail.com> | Mon Mar 11 13:23:36 2013 +0200 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Mon Mar 18 16:31:31 2013 -0400 |
tree | 439d33d7c607ecca5410754117438f82458a2696 | |
parent | 0e5e098ac22dae38f957e951b70d3cf73beff0f7 [diff] |
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 <mihneadb@gmail.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>