Hi all, To speed up fuse2fs, let's allow the kernel to make the access control decisions for mode and acls instead of crappily trying to do that on our own. 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-access-controls --- Commits in this patchset: * fuse2fs: refactor sysadmin predicate * fuse2fs: delegate access control decisions to the kernel --- misc/fuse2fs.c | 39 +++++++++++++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 8 deletions(-)