mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
Kernel: Rename SpinLock => Spinlock
This commit is contained in:
@@ -52,7 +52,7 @@ size_t InodeVMObject::amount_dirty() const
|
||||
|
||||
int InodeVMObject::release_all_clean_pages()
|
||||
{
|
||||
ScopedSpinLock locker(m_lock);
|
||||
ScopedSpinlock locker(m_lock);
|
||||
|
||||
int count = 0;
|
||||
for (size_t i = 0; i < page_count(); ++i) {
|
||||
|
||||
Reference in New Issue
Block a user