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