commit | 35ef4487ce0a1ea5d4b616ffe71e34febe723695 | [log] [tgz] |
---|---|---|
author | Kirill Smelkov <kirr@nexedi.com> | Thu Jul 27 16:28:57 2017 +0300 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Thu Jul 27 13:53:23 2017 +0000 |
tree | afa7b99731e91470b3328f0be2e17fe80d830484 | |
parent | 02a66801d979d706a4b445e24e03916eeaa2a404 [diff] |
unix: add Syncfs function on Linux Syncfs is Linux-specific system call to synchronize to disk one filesystem specified by fd to any of its files. See http://man7.org/linux/man-pages/man2/syncfs.2.html for details. Change-Id: Ia2ad6208c3fa0e9c40d5112ce938edd5d374131d Reviewed-on: https://go-review.googlesource.com/51510 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>