mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-03-19 21:45:11 +08:00
commit
7775d6830c
@ -129,7 +129,6 @@ _epmfs_create(const vector<string> &basepaths,
|
||||
fsblkcnt_t mfs;
|
||||
string mfsbasepath;
|
||||
string epmfsbasepath;
|
||||
string fullpath;
|
||||
|
||||
mfs = 0;
|
||||
epmfs = 0;
|
||||
@ -138,8 +137,6 @@ _epmfs_create(const vector<string> &basepaths,
|
||||
int rv;
|
||||
const string &basepath = basepaths[i];
|
||||
|
||||
fullpath = fs::path::make(basepath,fusepath);
|
||||
|
||||
rv = _try_statvfs(basepath,fusepath,epmfs,epmfsbasepath,mfs,mfsbasepath);
|
||||
if(rv == -1)
|
||||
_try_statvfs(basepath,mfs,mfsbasepath);
|
||||
|
Loading…
x
Reference in New Issue
Block a user