mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-22 09:21:13 +08:00
Merge pull request #1171 from trapexit/srcmounts
Make srcmounts readonly
This commit is contained in:
commit
701f88de43
|
@ -424,7 +424,8 @@ SrcMounts::SrcMounts(Branches &b_)
|
|||
int
|
||||
SrcMounts::from_string(const std::string &s_)
|
||||
{
|
||||
return _branches.from_string(s_);
|
||||
// return _branches.from_string(s_);
|
||||
return 0;
|
||||
}
|
||||
|
||||
std::string
|
||||
|
|
|
@ -68,6 +68,7 @@ namespace l
|
|||
IFERT("read-thread-count");
|
||||
IFERT("readdirplus");
|
||||
IFERT("scheduling-priority");
|
||||
IFERT("srcmounts");
|
||||
IFERT("threads");
|
||||
IFERT("version");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user