Files
ladybird/Kernel/FileSystem/TmpFS.cpp
Brian Gianforcaro 0678ac265c Kernel: Pass InodeMetadata by reference in TmpFSInode::create
This struct is non-trivially large, it makes sense to pass it by
reference instead of by value in the factory method.

Found by Sonar Cloud.
2021-09-01 18:06:14 +02:00

9.8 KiB