mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-21 16:15:26 +08:00
add creation of full path for open
This commit is contained in:
parent
f8f63cdbd1
commit
80b2c35175
@ -57,6 +57,8 @@ _open(Policy::Func::Search searchFunc,
|
||||
if(rv == -1)
|
||||
return -errno;
|
||||
|
||||
fs::path::append(path[0],fusepath);
|
||||
|
||||
fd = ::open(path[0].c_str(),flags);
|
||||
if(fd == -1)
|
||||
return -errno;
|
||||
|
Loading…
x
Reference in New Issue
Block a user