提交 1440a3a1 编写于 作者: P Peng Tao 提交者: David S. Miller

vhost-vsock: remove unused vq variable

Signed-off-by: NPeng Tao <bergwolf@gmail.com>
Reviewed-by: NStefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 f91c58d6
...@@ -195,7 +195,6 @@ static int ...@@ -195,7 +195,6 @@ static int
vhost_transport_send_pkt(struct virtio_vsock_pkt *pkt) vhost_transport_send_pkt(struct virtio_vsock_pkt *pkt)
{ {
struct vhost_vsock *vsock; struct vhost_vsock *vsock;
struct vhost_virtqueue *vq;
int len = pkt->len; int len = pkt->len;
/* Find the vhost_vsock according to guest context id */ /* Find the vhost_vsock according to guest context id */
...@@ -205,8 +204,6 @@ vhost_transport_send_pkt(struct virtio_vsock_pkt *pkt) ...@@ -205,8 +204,6 @@ vhost_transport_send_pkt(struct virtio_vsock_pkt *pkt)
return -ENODEV; return -ENODEV;
} }
vq = &vsock->vqs[VSOCK_VQ_RX];
if (pkt->reply) if (pkt->reply)
atomic_inc(&vsock->queued_replies); atomic_inc(&vsock->queued_replies);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册