]> git.baikalelectronics.ru Git - kernel.git/commit
virtio_ring: remove the arg vq of vring_alloc_desc_extra()
authorXuan Zhuo <xuanzhuo@linux.alibaba.com>
Fri, 24 Jun 2022 02:55:45 +0000 (10:55 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 11 Aug 2022 08:06:37 +0000 (04:06 -0400)
commit2dd1f02dd781649f5cf24a7d098abb31d7811711
tree658ac9b7b5189967ce8b1b19735489061e361075
parentc6be92ebd5561671fa8e9df21c8f72bc3b451015
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>
drivers/virtio/virtio_ring.c