block: vhd: impl Geometry for FixedVhdDiskAsync

Use default DiskTopology with 512 byte sectors.

Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
Anatol Belski
2026-03-24 17:09:05 +01:00
committed by Bo Chen
parent 2973987c81
commit 1db64f511e

View File

@@ -74,6 +74,8 @@ impl disk_file::DiskFd for FixedVhdDiskAsync {
}
}
impl disk_file::Geometry for FixedVhdDiskAsync {}
pub struct FixedVhdAsync {
raw_file_async: RawFileAsync,
size: u64,