mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-17 04:02:46 +08:00
branch_tier.cpp
This commit is contained in:
parent
cf0cd7e640
commit
6c55517a08
|
@ -71,10 +71,10 @@ BranchTier::BranchTier(toml::value const &v_
|
|||
|
||||
type = table.at("type").as_string();
|
||||
if(type == "literal")
|
||||
l::load_branch_literal(table,min_free_space_,_branches);
|
||||
l::load_branch_literal(table,min_free_space,_branches);
|
||||
else if(type == "glob")
|
||||
l::load_branch_glob(table,min_free_space_,_branches);
|
||||
l::load_branch_glob(table,min_free_space,_branches);
|
||||
else if(type == "scan")
|
||||
l::load_branch_scan(table,min_free_space_,_branches);
|
||||
l::load_branch_scan(table,min_free_space,_branches);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user