vfs: dynamic configuration support

This commit is contained in:
Sebastian Sumpf
2017-02-07 19:03:23 +01:00
committed by Norman Feske
parent 8025f5f570
commit aa602032dd
18 changed files with 70 additions and 26 deletions

View File

@ -581,7 +581,8 @@ class Vfs::Fs_file_system : public File_system
** File_system interface **
***************************/
static char const *name() { return "fs"; }
static char const *name() { return "fs"; }
char const *type() override { return "fs"; }
void sync(char const *path) override
{