Hi all, Here's a collection of fixes that I *think* are bugs in libfuse. If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. With a bit of luck, this should all go splendidly. Comments and questions are, as always, welcome. --D kernel git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=fuse-fixes --- Commits in this patchset: * libfuse: don't put HAVE_STATX in a public header --- include/fuse.h | 2 -- include/fuse_lowlevel.h | 2 -- example/memfs_ll.cc | 2 +- example/passthrough.c | 2 +- example/passthrough_fh.c | 2 +- example/passthrough_ll.c | 2 +- 6 files changed, 4 insertions(+), 8 deletions(-)