]> Pileus Git - ~andy/linux/blobdiff - drivers/vhost/vhost.c
vhost: move per-vq net specific fields out to net
[~andy/linux] / drivers / vhost / vhost.c
index 6644812e99b4e8fccaff20664ba6ce8ffa56e799..6dcd81c8743278f68998b7b7e7836666a9d62902 100644 (file)
@@ -179,8 +179,6 @@ static void vhost_vq_reset(struct vhost_dev *dev,
        vq->used_flags = 0;
        vq->log_used = false;
        vq->log_addr = -1ull;
-       vq->vhost_hlen = 0;
-       vq->sock_hlen = 0;
        vq->private_data = NULL;
        vq->log_base = NULL;
        vq->error_ctx = NULL;