block: vhd: impl Geometry for FixedVhdDiskSync

Use default DiskTopology with 512byte sectors.

Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
Anatol Belski
2026-03-24 13:53:34 +01:00
committed by Bo Chen
parent dfa9a25fd8
commit 1a56cb3d0e

View File

@@ -76,6 +76,8 @@ impl disk_file::DiskFd for FixedVhdDiskSync {
}
}
impl disk_file::Geometry for FixedVhdDiskSync {}
pub struct FixedVhdSync {
raw_file_sync: RawFileSync,
size: u64,