mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-08-27 08:56:00 +00:00
kvm tools: remove unused field from virtio-blk
Signed-off-by: Sasha Levin <levinsasha928@gmail.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user