When virtio-fs uses the DAX option, this means we expect the backend to send some requests to the VMM, and this is why SLAVE_REQ protocol feature was exposed. But this is not enough since the requests that are sent by the backend may contain some file descriptors. That's why we need the additional protocol feature SLAVE_SEND_FD to be exposed.
Signed-off-by: Sebastien Boeuf <[email protected]> --- https://gitlab.com/virtio-fs/virtiofsd-rs/-/merge_requests/27 _______________________________________________ Virtio-fs mailing list [email protected] https://listman.redhat.com/mailman/listinfo/virtio-fs
