fn mkfs_callback(
mem_client: VmMemoryClient,
mapping_address: GuestAddress,
device_tube: Tube,
builder: Builder,
shm: SharedMemory,
) -> Result<()>Expand description
A callback to create a ext2 file system on shm.
This is supposed to be run in a jailed child process so operations are sandboxed and limited.