mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-01-21 20:08:30 +08:00
func_create_ff.cpp
This commit is contained in:
parent
b9c5ff676c
commit
5813559c81
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user