On Wed, Oct 30, 2024 at 08:53:25PM -0400, Greg Troxel wrote: > I wrote a script: > > create 100 dirs with 100 files each > sync > sleep 10 > remove the files > sync
I've meant to reply early. One question would be if the files need to contain any data or if rm'ing a bunch of zero-length files triggers the bug too. I would then guess that it may be connected to freeing file metadata. --chris P.S. Seems to me you have some printf debugging ahead of you.