mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:17:36 +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
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ private:
|
||||||
[[nodiscard]] NonnullRefPtr<PhysicalPage> take_one();
|
[[nodiscard]] NonnullRefPtr<PhysicalPage> take_one();
|
||||||
void uncommit_one();
|
void uncommit_one();
|
||||||
|
|
||||||
public:
|
private:
|
||||||
Spinlock m_lock;
|
Spinlock m_lock;
|
||||||
CommittedPhysicalPageSet m_committed_pages;
|
CommittedPhysicalPageSet m_committed_pages;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue