Re: [PATCH v2 02/24] virtio_ring: sparse warning fixup

From: Cornelia Huck
Date: Tue Aug 04 2020 - 10:18:44 EST


On Mon, 3 Aug 2020 16:58:42 -0400
"Michael S. Tsirkin" <mst@xxxxxxxxxx> wrote:

> virtio_store_mb was built with split ring in mind so it accepts
> __virtio16 arguments. Packed ring uses __le16 values, so sparse
> complains. It's just a store with some barriers so let's convert it to
> a macro, we don't loose too much type safety by doing that.
>
> Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx>
> ---
> include/linux/virtio_ring.h | 19 +++++++++----------
> 1 file changed, 9 insertions(+), 10 deletions(-)

Acked-by: Cornelia Huck <cohuck@xxxxxxxxxx>