mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-03-14 09:55:12 +08:00
Merge pull request #955 from trapexit/mfs
Fix infinite loop in mfs action policy
This commit is contained in:
commit
1255d3d1b2
@ -74,7 +74,7 @@ Policy::MFS::Action::operator()(const Branches::CPtr &branches_,
|
||||
const char *fusepath_,
|
||||
StrVec *paths_) const
|
||||
{
|
||||
return Policies::Action::mfs(branches_,fusepath_,paths_);
|
||||
return Policies::Action::epmfs(branches_,fusepath_,paths_);
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
x
Reference in New Issue
Block a user