mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
Kernel: Misc tweaks
This commit is contained in:
committed by
Andreas Kling
parent
ec4902d1dd
commit
d395b93b15
Notes:
sideshowbarker
2024-07-19 06:00:26 +09:00
Author: https://github.com/bugaevc Commit: https://github.com/SerenityOS/serenity/commit/d395b93b150 Pull-request: https://github.com/SerenityOS/serenity/pull/2430 Reviewed-by: https://github.com/alimpfard
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user