mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 14:58:46 +00:00
VirtualFileSystem class builds inside Kernel.
This commit is contained in:
parent
9171521752
commit
d2425495ca
Notes:
sideshowbarker
2024-07-19 18:47:12 +09:00
Author: https://github.com/awesomekling
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