mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01: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:
committed by
Christian Helmuth
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)
|
||||
{ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user