mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 15:18:20 +00:00
vfs: dynamic configuration support
This commit is contained in:
committed by
Norman Feske
parent
8025f5f570
commit
aa602032dd
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user