mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
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:
@@ -139,8 +139,6 @@ virtio_transport_send_pkt_work(struct work_struct *work)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtio_transport_deliver_tap_pkt(skb);
|
|
||||||
|
|
||||||
if (reply) {
|
if (reply) {
|
||||||
struct virtqueue *rx_vq = vsock->vqs[VSOCK_VQ_RX];
|
struct virtqueue *rx_vq = vsock->vqs[VSOCK_VQ_RX];
|
||||||
int val;
|
int val;
|
||||||
|
|||||||
Reference in New Issue
Block a user