diff --git a/block/src/fixed_vhd_sync.rs b/block/src/fixed_vhd_sync.rs index 10836853a..92250fc8e 100644 --- a/block/src/fixed_vhd_sync.rs +++ b/block/src/fixed_vhd_sync.rs @@ -90,6 +90,8 @@ impl disk_file::Resizable for FixedVhdDiskSync { } } +impl disk_file::DiskFile for FixedVhdDiskSync {} + pub struct FixedVhdSync { raw_file_sync: RawFileSync, size: u64,