mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +02:00
We were writing out the full block list whenever Ext2FSInode::resize() was called, even if the old and new sizes were identical. This patch makes it a no-op, which drastically improves "cp" speed since we now take full advantage of the up-front call to ftruncate().
51 KiB
51 KiB