OSDN Git Service

tools/virtio: add krealloc_array
authorPeng Fan <peng.fan@nxp.com>
Wed, 9 Dec 2020 08:42:04 +0000 (16:42 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 18 Dec 2020 21:14:30 +0000 (16:14 -0500)
commitb9ca93bcd186ec4144df91c619f6084cdad500ec
treeee23e631e2f6e67e43d0f7fe172fa70ba110b0e3
parent697d1549140cdcdc4cfcd0bf94e62643008972b7
tools/virtio: add krealloc_array

krealloc_array is used in drivers/vhost/vringh.c, add it to avoid build
failure.

Drop WARN_ON_ONCE, because duplicated with the one in bug.h

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20201209084205.24062-3-peng.fan@oss.nxp.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tools/virtio/linux/kernel.h