On 7 October 2015 at 16:17, Álvaro Jurado <elbingm...@gmail.com> wrote:

> because it has an strong dependency of fsync to freeze sha keys in fs
> during fetching. And that is just a dummy in Plan 9 ape


fsync causes any operating system buffers in the "buffer cache" to be
flushed to "disk" (not user-space buffers), so nothing should be needed
with plan 9, which is why fsync is a nop in APE.

Reply via email to