mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 06:09:08 +00:00
FS: Don't default to having a full InodeMetadata in every Inode.
This allows Ext2FS to keep its own ext2_inode around instead.
This commit is contained in:
parent
0cb074dc73
commit
d07b08a287
Notes:
sideshowbarker
2024-07-19 16:06:16 +09:00
Author: https://github.com/awesomekling
Commit: d07b08a287
8 changed files with 93 additions and 80 deletions
|
@ -38,7 +38,7 @@ class VFS;
|
|||
class Vnode {
|
||||
public:
|
||||
InodeIdentifier inode;
|
||||
const InodeMetadata& metadata() const;
|
||||
InodeMetadata metadata() const;
|
||||
|
||||
bool inUse() const { return inode.is_valid() || m_characterDevice; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue