On Wed, Dec 15, 2021 at 10:29:52PM +, Raphael Norwitz wrote:
> From: David Hildenbrand
>
> Let's avoid having to manually copy all elements. Copy only the ones
> necessary to close the hole and perform the operation in-place without
> a second array.
>
> Signed-off-by: David Hildenbrand
> S
From: David Hildenbrand
Let's avoid having to manually copy all elements. Copy only the ones
necessary to close the hole and perform the operation in-place without
a second array.
Signed-off-by: David Hildenbrand
Signed-off-by: Raphael Norwitz
---
subprojects/libvhost-user/libvhost-user.c | 3