Files
ladybird/Kernel/FileSystem/Ext2FileSystem.cpp
Andreas Kling 4cbe348a0f Kernel/Ext2FS: Avoid temporary String allocation during inode creation
Make sure we pass the StringView we get all the way through so it never
turns into a heap-allocated String. :^)
2021-08-29 01:09:19 +02:00

71 KiB