mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Kernel: Misc tweaks
This commit is contained in:
parent
ec4902d1dd
commit
d395b93b15
Notes:
sideshowbarker
2024-07-19 06:00:26 +09:00
Author: https://github.com/bugaevc
Commit: d395b93b15
Pull-request: https://github.com/SerenityOS/serenity/pull/2430
Reviewed-by: https://github.com/alimpfard
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