Commit 96ef18a
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>1 parent c2a052a commit 96ef18a
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1637 | 1637 | | |
1638 | 1638 | | |
1639 | 1639 | | |
1640 | | - | |
1641 | | - | |
| 1640 | + | |
1642 | 1641 | | |
1643 | 1642 | | |
1644 | 1643 | | |
| |||
1759 | 1758 | | |
1760 | 1759 | | |
1761 | 1760 | | |
1762 | | - | |
| 1761 | + | |
1763 | 1762 | | |
1764 | 1763 | | |
1765 | 1764 | | |
| |||
2248 | 2247 | | |
2249 | 2248 | | |
2250 | 2249 | | |
2251 | | - | |
| 2250 | + | |
2252 | 2251 | | |
2253 | 2252 | | |
2254 | 2253 | | |
| |||
0 commit comments