From eef8f06e10d2e6620cab94b061344b2af397ce4c Mon Sep 17 00:00:00 2001 From: Sasha Levin Date: Sun, 22 Jul 2012 18:29:52 +0200 Subject: [PATCH] kvm tools: remove unused field from virtio-blk Signed-off-by: Sasha Levin Signed-off-by: Pekka Enberg --- virtio/blk.c | 1 - 1 file changed, 1 deletion(-) diff --git a/virtio/blk.c b/virtio/blk.c index beebd24..1fb969f 100644 --- a/virtio/blk.c +++ b/virtio/blk.c @@ -40,7 +40,6 @@ struct blk_dev { pthread_mutex_t mutex; struct list_head list; - struct list_head req_list; struct virtio_device vdev; struct virtio_blk_config blk_config;