On 12/9/18 8:11 AM, Thomas Koenig wrote:
Hello world,the attached patch fixes the wrong-code regression by changing the way synchronous writes are handled on files using asynchronous I/O: The are now handled synchronously. This also means that two places where a wait instruction was issued in such a case are no longer needed. I tried to construct a failing test case for this new behavior, but failed :-) Regression-tested. OK for trunk?
Looks good Thomas, thanks for quick fix. Jerry