Files
ladybird/Kernel/FileSystem/InodeWatcher.cpp
Andreas Kling 55dd13ccac Kernel: Don't assert when reading too little from an InodeWatcher
If you provide a buffer that's too small, we'll still dequeue an event
and write whatever fits in the provided buffer.
2020-09-19 15:39:53 +02:00

3.5 KiB