Files
ladybird/Kernel/FileSystem/Ext2FileSystem.h
Andreas Kling 75a6b27f73 Ext2FS: Remove unused allocate_block()
We only use allocate_blocks() now. If you want a single block, you can
just call allocate_blocks() with a count of 1.
2020-03-06 11:22:23 +01:00

7.6 KiB