Loading drivers/vhost/vsock.c +0 −3 Original line number Diff line number Diff line Loading @@ -195,7 +195,6 @@ static int vhost_transport_send_pkt(struct virtio_vsock_pkt *pkt) { struct vhost_vsock *vsock; struct vhost_virtqueue *vq; int len = pkt->len; /* Find the vhost_vsock according to guest context id */ Loading @@ -205,8 +204,6 @@ vhost_transport_send_pkt(struct virtio_vsock_pkt *pkt) return -ENODEV; } vq = &vsock->vqs[VSOCK_VQ_RX]; if (pkt->reply) atomic_inc(&vsock->queued_replies); Loading Loading
drivers/vhost/vsock.c +0 −3 Original line number Diff line number Diff line Loading @@ -195,7 +195,6 @@ static int vhost_transport_send_pkt(struct virtio_vsock_pkt *pkt) { struct vhost_vsock *vsock; struct vhost_virtqueue *vq; int len = pkt->len; /* Find the vhost_vsock according to guest context id */ Loading @@ -205,8 +204,6 @@ vhost_transport_send_pkt(struct virtio_vsock_pkt *pkt) return -ENODEV; } vq = &vsock->vqs[VSOCK_VQ_RX]; if (pkt->reply) atomic_inc(&vsock->queued_replies); Loading