mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-23 06:18:15 +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)
|
if(branch.mode != +Branch2::Mode::RW)
|
||||||
continue;
|
continue;
|
||||||
|
for(auto const &fnmatch : branch.exclude)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
rv = fs::info(branch.path,&info);
|
rv = fs::info(branch.path,&info);
|
||||||
if(rv == -1)
|
if(rv == -1)
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user