1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:38:11 +00:00

Kernel: Misc tweaks

This commit is contained in:
Sergey Bugaev 2020-05-28 18:46:16 +03:00 committed by Andreas Kling
parent ec4902d1dd
commit d395b93b15
3 changed files with 8 additions and 5 deletions

View file

@ -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;
};