> From: Gregory Nutt [mailto:spudan...@gmail.com] > fsync on any open file descriptor will flush the file system since data > is only buffered for for metadata and one file at a time.
This explains why my problem seems gone after I introduced a fsync on the file in my test case. I will have another look and will then reopen the PR, I think. Johannes