Re: Revisiting "file changed as we read it", with a proposed patch

2022-06-10 Thread Piotr P. Stefaniak
On 2022-06-09 16:41:17, Paul Eggert wrote: On 6/3/22 14:47, Piotr P. Stefaniak wrote: And in principle it would have been the desired behavior if I got to say what it means for a file to change. In my particular case, it's safe and preferable to ignore situations where ctime changes (permission

Re: Race condition in creating directories

2022-06-10 Thread Paul Eggert
On 3/31/22 18:27, Paul Eggert wrote: Thanks for the bug report. How about the attached patch instead? It's a bit more conservative than what you proposed. (I haven't tested it.) After testing it I see that patch wasn't right and that the patch you proposed was better. However, I now see anothe