cloud-hypervisor/virtio-devices
Sebastien Boeuf bc90fe4c71 virtio-devices: vhost-user: fs: Don't close file descriptor
The file descriptor provided to fs_slave_map() and fs_slave_io() is
passed as a AsRawFd trait, meaning the caller owns it. For that reason,
there's no need for these functions to close the file descriptor as it
will be closed later on anyway.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-03-24 11:27:38 +00:00
..
src virtio-devices: vhost-user: fs: Don't close file descriptor 2022-03-24 11:27:38 +00:00
Cargo.toml build: bump libc from 0.2.120 to 0.2.121 2022-03-20 12:25:30 +00:00