banan-os/kernel/include
Bananymous f73e954b28 Kernel: Remove SpinLock from Pipe
Pipe already is using lock on the inode. If you read from pipe when
there was no data, pipe blocked indefinately since writes were blocked
by Inode::m_lock.
2024-02-14 17:21:32 +02:00
..
kernel Kernel: Remove SpinLock from Pipe 2024-02-14 17:21:32 +02:00