mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-02 13:33:39 +08:00
func_create_ff.cpp
This commit is contained in:
parent
5813559c81
commit
2e012e811c
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user