mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
gems/vfs.h: adaptation to recent VFS API change
This is a follow-up commit to "vfs: handle root directory explicitly".
This commit is contained in:
parent
4dd69b1d5a
commit
52301b3bb2
@ -212,7 +212,7 @@ struct Genode::Root_directory : public Vfs::Io_response_handler,
|
||||
Root_directory(Env &env, Allocator &alloc, Xml_node config)
|
||||
:
|
||||
Vfs::Global_file_system_factory(alloc),
|
||||
Vfs::Dir_file_system(env, alloc, config, *this, *this),
|
||||
Vfs::Dir_file_system(env, alloc, config, *this, *this, Dir_file_system::Root()),
|
||||
Directory(*this, env.ep(), alloc)
|
||||
{ }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user