virtio_ring: rename vring_desc_extra_packed
authorJason Wang <jasowang@redhat.com>
Fri, 4 Jun 2021 05:53:45 +0000 (13:53 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 8 Jul 2021 11:49:01 +0000 (07:49 -0400)
commit1f28750f2e113132791161563c6e7b99eaa4c46b
tree975df46038da5b1b36d22d203aaf834000949e12
parentaeef9b4733c5c2356c75ba4f5c99e1a09ff1721d
virtio_ring: rename vring_desc_extra_packed

Rename vring_desc_extra_packed to vring_desc_extra since the structure
are pretty generic which could be reused by split virtqueue as well.

Signed-off-by: Jason Wang <jasowang@redhat.com>
Link: https://lore.kernel.org/r/20210604055350.58753-3-jasowang@redhat.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_ring.c