EggsFS -> TernFS rename

Things not done because probably disruptive:

* kmod filesystem string
* sysctl/debugfs/trace
* metrics names
* xmon instance names

Some of these might be renamed too, but starting with a relatively
safe set.
This commit is contained in:
Francesco Mazzoli
2025-09-02 12:03:16 +00:00
committed by Francesco Mazzoli
parent 491c3628ff
commit 110705db8d
185 changed files with 7973 additions and 8027 deletions

View File

@@ -178,7 +178,7 @@ std::string removeTemplates(const std::string & s) {
}
const char *EggsException::what() const throw() {
const char *TernException::what() const throw() {
return _msg.c_str();
}