Eric Sunshine <sunsh...@sunshineco.com> writes: > Another possibility would be to skip the stat() and instead do the > mkdir() in a loop, incrementing the sequence number each time through > the loop. That should eliminate the race entirely (I think).
Yeah, I think that is the only sensible option to rely on the atomicity of mkdir() call.