mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-01-22 08:26:15 +08:00
func_create_ff.cpp
This commit is contained in:
parent
b9c5ff676c
commit
5813559c81
|
@ -33,6 +33,7 @@ namespace l
|
||||||
int rv;
|
int rv;
|
||||||
FileInfo *fi;
|
FileInfo *fi;
|
||||||
fs::info_t info;
|
fs::info_t info;
|
||||||
|
ghc::filesystem::path fullpath;
|
||||||
|
|
||||||
for(auto &tier : branches_)
|
for(auto &tier : branches_)
|
||||||
{
|
{
|
||||||
|
@ -48,8 +49,6 @@ namespace l
|
||||||
if(info.spaceavail < branch.min_free_space)
|
if(info.spaceavail < branch.min_free_space)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
ghc::filesystem::path fullpath;
|
|
||||||
|
|
||||||
fullpath = branch.path / fusepath_;
|
fullpath = branch.path / fusepath_;
|
||||||
|
|
||||||
if(!fs::acl::dir_has_defaults(fullpath))
|
if(!fs::acl::dir_has_defaults(fullpath))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user