vfs: add modification time member to directory_service

Issue #1784.
This commit is contained in:
Josef Söntgen
2019-03-20 15:01:34 +01:00
committed by Christian Helmuth
parent 400039e1b6
commit 9a82bbb54d
7 changed files with 117 additions and 1 deletions

View File

@ -462,6 +462,7 @@ class Vfs::Dir_file_system : public File_system
out.gid = 0;
out.inode = 1;
out.device = (Genode::addr_t)this;
out.modification_time = { Vfs::Timestamp::INVALID };
return STAT_OK;
}