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