@ -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;
fullpath = branch.path / fusepath_;
if(!fs::acl::dir_has_defaults(fullpath))