Searched hist:"96 ef18a24b87bef7c3d2dad72cf4c3013a9f7f35" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/virtio/ |
H A D | virtio_ring.c | diff 96ef18a24b87bef7c3d2dad72cf4c3013a9f7f35 Thu Jun 23 21:55:45 CDT 2022 Xuan Zhuo <xuanzhuo@linux.alibaba.com> virtio_ring: remove the arg vq of vring_alloc_desc_extra()
The parameter vq of vring_alloc_desc_extra() is useless. This patch removes this parameter.
Subsequent patches will call this function to avoid passing useless arguments.
Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com> Acked-by: Jason Wang <jasowang@redhat.com> Message-Id: <20220624025621.128843-6-xuanzhuo@linux.alibaba.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|