mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Kernel: Mark private members of SharedCommittedCowPages as private
They were marked public, which seems like an obvious typo.
This commit is contained in:
parent
16d8556472
commit
542640e766
Notes:
sideshowbarker
2024-07-18 01:07:03 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/542640e7660 Pull-request: https://github.com/SerenityOS/serenity/pull/10737 Reviewed-by: https://github.com/BenWiederhake Reviewed-by: https://github.com/PeterBindels-TomTom Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/dascandy Reviewed-by: https://github.com/trflynn89
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ private:
|
|||
[[nodiscard]] NonnullRefPtr<PhysicalPage> take_one();
|
||||
void uncommit_one();
|
||||
|
||||
public:
|
||||
private:
|
||||
Spinlock m_lock;
|
||||
CommittedPhysicalPageSet m_committed_pages;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue