vfs_rump: retrieve modification time in stat

Issue #4371
This commit is contained in:
Norman Feske 2025-03-19 17:45:32 +01:00
parent 9e2e592283
commit 2c2f016501

View File

@ -726,7 +726,7 @@ class Vfs::Rump_file_system : public File_system
.inode = sb.st_ino,
.device = sb.st_dev,
.modification_time = { 0 }
.modification_time = { sb.st_mtim.tv_sec }
};
return STAT_OK;