From ab00c42a567b21024383db3fac98118497d6270b Mon Sep 17 00:00:00 2001 From: Asias He Date: Mon, 6 May 2013 16:38:22 +0800 Subject: vhost: Remove comments for hdr in vhost.h It is supposed to be removed when hdr is moved into vhost_net_virtqueue. Signed-off-by: Asias He Signed-off-by: Michael S. Tsirkin --- drivers/vhost/vhost.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers/vhost') diff --git a/drivers/vhost/vhost.h b/drivers/vhost/vhost.h index 08ebf58dfcf4..ec72686a2797 100644 --- a/drivers/vhost/vhost.h +++ b/drivers/vhost/vhost.h @@ -99,9 +99,6 @@ struct vhost_virtqueue { u64 log_addr; struct iovec iov[UIO_MAXIOV]; - /* hdr is used to store the virtio header. - * Since each iovec has >= 1 byte length, we never need more than - * header length entries to store the header. */ struct iovec *indirect; struct vring_used_elem *heads; /* We use a kind of RCU to access private pointer. -- cgit v1.2.3