mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02:00
There's no need for generated files in SysFS to tell you their precise file size when you stat() them. I noticed when profiling "find /" that we were spending a chunk of time generating and throwing away SysFS content just so we could tell you exactly how large it would be. :^)