* DJ Delorie: > Florian Weimer <fweimer@redhat.com> writes: >> It verifies that rewinddir allows restarting the directory >> iteration. > > LGTM with the usual atomic/volatile question. > Reviewed-by: DJ Delorie <dj@redhat.com> Thanks. This one doesn't need _Atomic because the FUSE thread is started anew for every subtest. Florian