mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +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: 542640e766
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…
Add table
Add a link
Reference in a new issue