Skip to content

Setxattr: get the correct structure based on whether SETXATTR_EXT is set in the negotiated FSOptions flags

German Maglione requested to merge ghm-virtio-fs/virtiofsd:srvst into main

Store enabled FSOptions as Server field and get the correct structure based on whether SETXATTR_EXT is set in the negotiated FSOptions flags.

Also, pass the 'SetxattrIn::setxattr_flags' as extra flags to 'FileSystem::setxattr', currently this argument is ignored, but will be required to implement posix_acls and selinux support.

Edited by German Maglione

Merge request reports