On Sat, Aug 27, 2022 at 12:46:29AM +0200, René Scharfe wrote: > Subject: [PATCH] tempfile: avoid directory cleanup race Thanks again for this patch. With it, I think it's reasonable to do the following cleanup on top. [1/2]: tempfile: drop active flag [2/2]: tempfile: update comment describing state transitions tempfile.c | 28 ++++++---------------------- tempfile.h | 3 +-- 2 files changed, 7 insertions(+), 24 deletions(-) -Peff