diff --git a/devices/src/virtio/block.rs b/devices/src/virtio/block.rs index 4f24289720..c23b2ecc10 100644 --- a/devices/src/virtio/block.rs +++ b/devices/src/virtio/block.rs @@ -441,7 +441,6 @@ impl Worker { } }; - drop(control_socket); let resp = match req { DiskControlCommand::Resize { new_size } => { needs_config_interrupt = true;