func_create_ff.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-04 22:16:41 -06:00
parent b9c5ff676c
commit 5813559c81

View File

@ -33,6 +33,7 @@ namespace l
int rv;
FileInfo *fi;
fs::info_t info;
ghc::filesystem::path fullpath;
for(auto &tier : branches_)
{
@ -48,8 +49,6 @@ namespace l
if(info.spaceavail < branch.min_free_space)
continue;
ghc::filesystem::path fullpath;
fullpath = branch.path / fusepath_;
if(!fs::acl::dir_has_defaults(fullpath))