|
@ -58,7 +58,7 @@ namespace l |
|
|
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_); |
|
|
rv = fs::open(fullpath,ffi_->flags,mode_); |
|
|
rv = fs::open(fullpath,ffi_->flags,mode_); |
|
|
} |
|
|
} |
|
|
if((rv == -1) && (errno == EROFS)) |
|
|
if((rv == -1) && (errno == EROFS)) |
|
|