virtiofsd: Announce FUSE_ATTR_FLAGS
commit2f10415abfc58e1eb8d311d35e97f78d9fc0f16c
authorMax Reitz <mreitz@redhat.com>
Wed, 9 Sep 2020 18:40:22 +0000 (9 20:40 +0200)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Mon, 26 Oct 2020 18:35:32 +0000 (26 18:35 +0000)
treefa538bd43454598e833438a3cca6b5ece42e0a06
parent97d741cc96dd08b183cb098a38d55b641e277be0
virtiofsd: Announce FUSE_ATTR_FLAGS

The fuse_attr.flags field is currently just initialized to 0, which is
valid.  Thus, there is no reason not to always announce FUSE_ATTR_FLAGS
(when the kernel supports it).

Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20200909184028.262297-3-mreitz@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
tools/virtiofsd/fuse_common.h
tools/virtiofsd/fuse_lowlevel.c