fs.fsync(fd, callback)


异步的 fsync(2)。 除了可能的异常之外,没有为完成回调提供任何参数。

Asynchronous fsync(2). No arguments other than a possible exception are given to the completion callback.