mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-22 20:06:45 +08:00
func_create_ff.cpp
This commit is contained in:
parent
94ce78e406
commit
dbb1cc596f
|
@ -49,6 +49,11 @@ namespace l
|
|||
{
|
||||
if(branch.mode != +Branch2::Mode::RW)
|
||||
continue;
|
||||
for(auto const &fnmatch : branch.exclude)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
rv = fs::info(branch.path,&info);
|
||||
if(rv == -1)
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue
Block a user