ladybird/Kernel/Bus
Andreas Kling d1371d66f7 Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription
This patch switches away from {Nonnull,}LockRefPtr to the non-locking
smart pointers throughout the kernel.

I've looked at the handful of places where these were being persisted
and I don't see any race situations.

Note that the process file descriptor table (Process::m_fds) was already
guarded via MutexProtected.
2023-03-07 00:30:12 +01:00
..
PCI Everywhere: Remove NonnullRefPtr.h includes 2023-03-06 23:46:35 +01:00
USB Kernel: Stop using NonnullLockRefPtrVector 2023-03-06 23:46:36 +01:00
VirtIO Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription 2023-03-07 00:30:12 +01:00