mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-01-22 12:05:15 +08:00
func_create_ff.cpp
This commit is contained in:
parent
17b471ba8b
commit
fe07e69ced
|
@ -58,7 +58,7 @@ namespace l
|
|||
rv = fs::open(fullpath,ffi_->flags,mode_);
|
||||
if((rv == -1) && (errno == ENOENT))
|
||||
{
|
||||
branches_->clonepath(branch.path,fusepath_);
|
||||
branches_.clonepath(branch.path,fusepath_);
|
||||
rv = fs::open(fullpath,ffi_->flags,mode_);
|
||||
}
|
||||
if((rv == -1) && (errno == EROFS))
|
||||
|
|
Loading…
Reference in New Issue
Block a user