mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05: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
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
Reference in a new issue