Re: [PATCH] virtio_blk: zone append in header type tweak

From: Chaitanya Kulkarni
Date: Tue Dec 20 2022 - 17:56:13 EST


On 12/20/22 04:52, Michael S. Tsirkin wrote:
> virtio blk returns a 64 bit append_sector in an input buffer,
> in LE format. This field is not tagged as LE correctly, so
> even though the generated code is ok, we get warnings from sparse:
>
> drivers/block/virtio_blk.c:332:33: sparse: sparse: cast to restricted __le64
>
> Make sparse happy by using the correct type.
>

Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx>

-ck