Hi all, In preparation to start hacking on fuse2fs and iomap, upgrade fuse2fs library support to 3.17, which is the latest upstream release as of this writing. If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. Comments and questions are, as always, welcome. e2fsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/e2fsprogs.git/log/?h=fuse2fs-library-upgrade --- Commits in this patchset: * fuse2fs: bump library version * fuse2fs: wrap the fuse_set_feature_flag helper for older libfuse * fuse2fs: disable nfs exports --- configure | 4 ++-- configure.ac | 4 ++-- misc/fuse2fs.c | 35 ++++++++++++++++++++++++++++++++--- 3 files changed, 36 insertions(+), 7 deletions(-)