Files
cloud-hypervisor/block
Anatol Belski 616bafbe8e block: io: Drop the redundant unsafe around the aio submit
vmm_sys_util marks IoContext::submit as a safe function, so the unsafe
block was inert and only silenced by allow(unused_unsafe). Call submit
directly.

Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
2026-07-27 13:07:07 +00:00
..