Hi all, This series fixes more bugs in fuse2fs. 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-fixes --- Commits in this patchset: * libext2fs: fix spurious warnings from fallocate * fuse2fs: fix error bailout in op_create * fuse2fs: catch positive errnos coming from libext2fs --- lib/ext2fs/fallocate.c | 5 +++++ misc/fuse2fs.c | 19 ++++++++++++++++--- 2 files changed, 21 insertions(+), 3 deletions(-)