mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
probe_file_sparse_support() defined FALLOC_FL_KEEP_SIZE, FALLOC_FL_PUNCH_HOLE, and FALLOC_FL_ZERO_RANGE as local constants. These are available from the libc crate directly. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>