mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 20:00:23 +00:00
parent
48fd034cfe
commit
1d4bd10701
@ -420,7 +420,7 @@ class Vfs::Fs_file_system : public File_system
|
|||||||
Absolute_path abs_path(path);
|
Absolute_path abs_path(path);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
_fs.dir(abs_path.base(), true);
|
_fs.close(_fs.dir(abs_path.base(), true));
|
||||||
return MKDIR_OK;
|
return MKDIR_OK;
|
||||||
}
|
}
|
||||||
catch (::File_system::Permission_denied) { return MKDIR_ERR_NO_PERM; }
|
catch (::File_system::Permission_denied) { return MKDIR_ERR_NO_PERM; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user