mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
stop auto calculating and storing fullpath in policies
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ _readdir(const vector<string> &srcmounts,
|
||||
DIR *dh;
|
||||
string basepath;
|
||||
|
||||
basepath = fs::make_path(srcmounts[i],dirname);
|
||||
basepath = fs::path::make(srcmounts[i],dirname);
|
||||
dh = ::opendir(basepath.c_str());
|
||||
if(!dh)
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user