On 12/12/19 5:37 PM, Dr. David Alan Gilbert (git) wrote:
From: "Dr. David Alan Gilbert" <dgilb...@redhat.com>
Pull in headers fromlibfuse's upstream fuse-3.8.0
So diffing vs https://github.com/libfuse/libfuse/tree/fuse-3.8.0.
Signed-off-by: Dr. David Alan Gilbert <dgilb...@redhat.com>
---
tools/virtiofsd/fuse.h | 1275 +++++++++++++++
include/fuse.h, OK
tools/virtiofsd/fuse_common.h | 823 ++++++++++
include/fuse_common.h, OK
tools/virtiofsd/fuse_i.h | 139 ++
lib/fuse_i.h, OK
tools/virtiofsd/fuse_log.h | 82 +
include/fuse_log.h, OK
tools/virtiofsd/fuse_lowlevel.h | 2089 +++++++++++++++++++++++++
include/fuse_lowlevel.h, OK
tools/virtiofsd/fuse_misc.h | 59 +
lib/fuse_misc.h, OK
tools/virtiofsd/fuse_opt.h | 271 ++++
include/fuse_opt.h, OK
tools/virtiofsd/passthrough_helpers.h | 76 +
example/passthrough_helpers.h, OK
8 files changed, 4814 insertions(+)
create mode 100644 tools/virtiofsd/fuse.h
create mode 100644 tools/virtiofsd/fuse_common.h
create mode 100644 tools/virtiofsd/fuse_i.h
create mode 100644 tools/virtiofsd/fuse_log.h
create mode 100644 tools/virtiofsd/fuse_lowlevel.h
create mode 100644 tools/virtiofsd/fuse_misc.h
create mode 100644 tools/virtiofsd/fuse_opt.h
create mode 100644 tools/virtiofsd/passthrough_helpers.h
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>