mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
enable nopath and nullpath_ok
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ _create_core(const string &existingpath,
|
||||
if(rv == -1)
|
||||
return -errno;
|
||||
|
||||
fh = reinterpret_cast<uint64_t>(new FileInfo(rv));
|
||||
fh = reinterpret_cast<uint64_t>(new FileInfo(rv,fusepath));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user