mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Kernel: Rename Locker => MutexLocker
This commit is contained in:
@@ -166,7 +166,7 @@ AnonymousVMObject::~AnonymousVMObject()
|
||||
|
||||
int AnonymousVMObject::purge()
|
||||
{
|
||||
Locker locker(m_paging_lock);
|
||||
MutexLocker locker(m_paging_lock);
|
||||
return purge_impl();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user