Files
ladybird/Kernel/FileSystem/Ext2FileSystem.cpp
Andreas Kling 20205708b9 Ext2FS: Use cached inode block list in resize() if available
If we have already cached the block list of an Ext2FSInode, we can save
a lot of time by not regenerating it.
2020-11-24 13:40:45 +01:00

57 KiB