From: Kay Sievers Date: Thu, 10 Sep 2009 00:08:05 +0000 (+0200) Subject: put util_create_path() and file creastion in a retry loop X-Git-Tag: 174~774 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b6a2637524e4b94ba51abcf5ee42f3676c9755ed;hp=b6a2637524e4b94ba51abcf5ee42f3676c9755ed;p=elogind.git put util_create_path() and file creastion in a retry loop On 8/29/09, Florian Zumbiehl wrote: > Could it happen that > util_create_path() and util_delete_path() > do run in parallel for > the same directory? After all, util_create_path() > does handle > the case where creation of the directory happens in parallel > to it running, so it doesn't seem all that unlikely to me ... ---