mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 11:08:25 +00:00
Revert series: virtiofsd: Announce submounts to the guest
This reverts the following commits due to their basis on a bogus linux kernel header update:c93a656f7b("tests/acceptance: Add virtiofs_submounts.py")45ced7ca2f("tests/acceptance/boot_linux: Accept SSH pubkey")08dce386e7("virtiofsd: Announce sub-mount points")eba8b096c1("virtiofsd: Store every lo_inode's parent_dev")ede24b6be7("virtiofsd: Add fuse_reply_attr_with_flags()")e2577435d3("virtiofsd: Add attr_flags to fuse_entry_param")2f10415abf("virtiofsd: Announce FUSE_ATTR_FLAGS")97d741cc96("linux/fuse.h: Pull in from Linux") Cc: Max Reitz <mreitz@redhat.com> Cc: Stefan Hajnoczi <stefanha@redhat.com> Cc: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Message-id: 160385090886.20017.13382256442750027666.stgit@gimli.home Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
committed by
Peter Maydell
parent
cddfbe0774
commit
33dc9914ea
@@ -352,14 +352,6 @@ struct fuse_file_info {
|
||||
*/
|
||||
#define FUSE_CAP_NO_OPENDIR_SUPPORT (1 << 24)
|
||||
|
||||
/**
|
||||
* Indicates that the client will provide fuse_attr.flags, and the kernel will
|
||||
* interpret it.
|
||||
*
|
||||
* This feature is enabled by default when supported by the kernel.
|
||||
*/
|
||||
#define FUSE_CAP_ATTR_FLAGS (1 << 27)
|
||||
|
||||
/**
|
||||
* Ioctl flags
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user