Unverified Commit 5e83a2ab authored by Anna Henningsen's avatar Anna Henningsen
Browse files

src: use only one tracing write fs req at a time

Concurrent writes to the same fd are generally not ideal,
since it’s not generally guaranteed that data from those
writes will end up on disk in the right order.

PR-URL: https://github.com/nodejs/node/pull/21867


Reviewed-By: default avatarJames M Snell <jasnell@gmail.com>
Reviewed-By: default avatarEugene Ostroukhov <eostroukhov@google.com>
Reviewed-By: default avatarAli Ijaz Sheikh <ofrobots@google.com>
parent 25fdab54
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment