mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
block: vhd: impl SparseCapable for FixedVhdDiskSync
Fixed VHD does not support sparse operations. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
@@ -78,6 +78,8 @@ impl disk_file::DiskFd for FixedVhdDiskSync {
|
||||
|
||||
impl disk_file::Geometry for FixedVhdDiskSync {}
|
||||
|
||||
impl disk_file::SparseCapable for FixedVhdDiskSync {}
|
||||
|
||||
pub struct FixedVhdSync {
|
||||
raw_file_sync: RawFileSync,
|
||||
size: u64,
|
||||
|
||||
Reference in New Issue
Block a user