mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 19:14:58 +00:00
VirtualFileSystem class builds inside Kernel.
This commit is contained in:
parent
9171521752
commit
d2425495ca
8 changed files with 147 additions and 97 deletions
|
@ -948,7 +948,7 @@ InodeIdentifier Ext2FileSystem::createInode(InodeIdentifier parentInode, const S
|
|||
else
|
||||
initialLinksCount = 1;
|
||||
|
||||
auto timestamp = time(nullptr);
|
||||
auto timestamp = ktime(nullptr);
|
||||
auto e2inode = make<ext2_inode>();
|
||||
memset(e2inode.ptr(), 0, sizeof(ext2_inode));
|
||||
e2inode->i_mode = mode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue