mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-28 19:37:41 +08:00
func_create_ff.cpp
This commit is contained in:
parent
b45836cec4
commit
973463d3d4
@ -56,7 +56,7 @@ namespace l
|
|||||||
if(!fs::acl::dir_has_defaults(fullpath))
|
if(!fs::acl::dir_has_defaults(fullpath))
|
||||||
mode &= ~umask_;
|
mode &= ~umask_;
|
||||||
|
|
||||||
rv = fs::open(fullpath,ffi_->flags,mode_);
|
rv = fs::open(fullpath,ffi_->flags,mode);
|
||||||
if((rv == -1) && (errno == ENOENT))
|
if((rv == -1) && (errno == ENOENT))
|
||||||
{
|
{
|
||||||
branches_.clonepath(branch.path,fusepath_);
|
branches_.clonepath(branch.path,fusepath_);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user