From 2e012e811c066100b30dcbedad03fb7824cac695 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 4 Feb 2024 22:17:37 -0600 Subject: [PATCH] func_create_ff.cpp --- src/func_create_ff.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/func_create_ff.cpp b/src/func_create_ff.cpp index da9965d0..e2e27c62 100644 --- a/src/func_create_ff.cpp +++ b/src/func_create_ff.cpp @@ -51,8 +51,8 @@ namespace l fullpath = branch.path / fusepath_; - if(!fs::acl::dir_has_defaults(fullpath)) - mode_ &= ~umask_; + // if(!fs::acl::dir_has_defaults(fullpath)) + // mode_ &= ~umask_; rv = fs::open(fullpath,ffi_->flags,mode_); if((rv == -1) && (errno == ENOENT))