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
Notes: sideshowbarker 2024-07-19 06:00:26 +09:00
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;
};