Revert "vsock/virtio: fix packet delivery to tap device"

This reverts commit db388b8e12 which is
commit b32a09ea7c38849ff925489a6bf5bd8914bc45df upstream.

It breaks the build due to previous reverts of ABI breaking changes in
the virtio_transport.c driver.  This is safe to revert here as this
driver is not used in GKI kernels, only in test builds.

Bug: 161946584
Change-Id: Iad31e3a4d4a7b88469cbfa2aa2635bcf61295bd4
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2024-06-03 09:51:34 +00:00
parent 66a1080110
commit 416b90bf47

View File

@@ -139,8 +139,6 @@ virtio_transport_send_pkt_work(struct work_struct *work)
break;
}
virtio_transport_deliver_tap_pkt(skb);
if (reply) {
struct virtqueue *rx_vq = vsock->vqs[VSOCK_VQ_RX];
int val;