Kernel: All devices have atime, mtime, ctime at their creation

This commit is contained in:
Bananymous
2023-03-30 12:09:37 +03:00
parent 9a4d603a62
commit f9cc114907
3 changed files with 8 additions and 5 deletions

View File

@@ -337,7 +337,6 @@ namespace Kernel::Input
{
m_dev = dev;
m_ino = dev & 1;
m_time = { BAN::to_unix_time(RTC::get_current_time()), 0 };
}
}