Re: [PATCH] perf: Improve startup time by reducing unnecessary stat() calls
From: Krzysztof Łopatowski
Date: Fri Feb 07 2025 - 03:31:26 EST
Hi Howard,
> Is it necessary to constify dent?
It's not necessary. I have used it because I wasn't sure what libc would
do when we wrote to that memory.
Thanks,
Krzysztof