Files
ladybird/Kernel/FileSystem/BlockBasedFileSystem.cpp
Andreas Kling abf0249f35 Kernel: Don't explicitly seek before I/O in BlockBasedFileSystem
Use the new FileDescription APIs to avoid doing seek+read or seek+write
as two separate operations.
2021-07-16 02:40:53 +02:00

9.9 KiB