mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:38:11 +00:00
Kernel: Misc tweaks
This commit is contained in:
parent
ec4902d1dd
commit
d395b93b15
3 changed files with 8 additions and 5 deletions
|
@ -132,8 +132,7 @@ private:
|
|||
Lock m_lock { "VFSLock" };
|
||||
|
||||
RefPtr<Inode> m_root_inode;
|
||||
Vector<Mount> m_mounts;
|
||||
|
||||
Vector<Mount, 16> m_mounts;
|
||||
RefPtr<Custody> m_root_custody;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue