Re: [PATCH v2 2/2] vhost: vringh: Remove unused functions

From: Simon Horman
Date: Tue Jun 17 2025 - 07:29:30 EST


On Tue, Jun 17, 2025 at 01:18:37AM +0100, linux@xxxxxxxxxxx wrote:
> From: "Dr. David Alan Gilbert" <linux@xxxxxxxxxxx>
>
> The functions:
> vringh_abandon_kern()
> vringh_abandon_user()
> vringh_iov_pull_kern() and
> vringh_iov_push_kern()
> were all added in 2013 by
> commit f87d0fbb5798 ("vringh: host-side implementation of virtio rings.")
> but have remained unused.
>
> Remove them and the two helper functions they used.
>
> Signed-off-by: Dr. David Alan Gilbert <linux@xxxxxxxxxxx>

Thanks for the update.

Reviewed-by: Simon Horman <horms@xxxxxxxxxx>