diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2022-12-20 15:37:49 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2023-02-15 14:46:22 +0300 |
commit | 2a9c844e896b2895cde9fc0276f6243c68d82e70 (patch) | |
tree | 81fb125b2b711dc4545674bb983c8c9fde95c3ed /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 04e5421e6f61538f510aae9329e77d010159863f (diff) | |
download | linux-2a9c844e896b2895cde9fc0276f6243c68d82e70.tar.xz |
virtio_blk: zone append in header type tweak
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.
Message-Id: <20221220125154.564265-1-mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions