mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
Kernel: Remove the now defunct LOCKER(..) macro.
This commit is contained in:
committed by
Andreas Kling
parent
0d5827f865
commit
8d6e9fad40
@@ -53,7 +53,7 @@ size_t InodeVMObject::amount_dirty() const
|
||||
|
||||
int InodeVMObject::release_all_clean_pages()
|
||||
{
|
||||
LOCKER(m_paging_lock);
|
||||
Locker locker(m_paging_lock);
|
||||
return release_all_clean_pages_impl();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user