mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
Kernel: Specify default memory order for some non-synchronizing Atomics
This commit is contained in:
@@ -679,7 +679,7 @@ void Plan9FS::thread_main()
|
||||
dbg() << "Plan9FS: Thread terminating, error reading";
|
||||
return;
|
||||
}
|
||||
} while (!m_thread_shutdown.load(AK::MemoryOrder::memory_order_relaxed));
|
||||
} while (!m_thread_shutdown);
|
||||
dbg() << "Plan9FS: Thread terminating";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user