This removes the need to lock epoll's mutex when notifying epoll. This prevents a ton of deadlocks when epoll is notified from an interrupt handler or otherwise with interrupts disabled
This removes the need to lock epoll's mutex when notifying epoll. This prevents a ton of deadlocks when epoll is notified from an interrupt handler or otherwise with interrupts disabled