Commit fc4a1acc authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

virtio_fs: correct tags for config space fields



Since fs is a modern-only device,
tag config space fields as having little endian-ness.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Acked-by: default avatarVivek Goyal <vgoyal@redhat.com>
Acked-by: default avatarVivek Goyal <vgoyal@redhat.com>
Reviewed-by: default avatarCornelia Huck <cohuck@redhat.com>
parent 24bcf35b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ struct virtio_fs_config {
	__u8 tag[36];

	/* Number of request queues */
	__u32 num_request_queues;
	__le32 num_request_queues;
} __attribute__((packed));

#endif /* _UAPI_LINUX_VIRTIO_FS_H */