]> Cypherpunks repositories - gostls13.git/commitdiff
doc: clarify change to File.Sync on macOS
authorIan Lance Taylor <iant@golang.org>
Wed, 19 Dec 2018 15:08:38 +0000 (07:08 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 20 Dec 2018 22:11:45 +0000 (22:11 +0000)
Updates #26650

Change-Id: I0ec070127dcacc7fc68dd5baf125eb762e1ea846
Reviewed-on: https://go-review.googlesource.com/c/155038
Reviewed-by: Bryan C. Mills <bcmills@google.com>
doc/go1.12.html

index 7f5847c58b5038c3ce73cad6a15006bf8990becb..1a0127d88f5fd90740954336870c652390b2f633 100644 (file)
@@ -640,7 +640,8 @@ for {
 
     <p><!-- CL 130676 -->
       <a href="/pkg/os/#File.Sync"><code>File.Sync</code></a> now uses <code>F_FULLFSYNC</code> on macOS
-      to properly flush content to permanent storage. Note that this might have a negative performance impact.
+      to correctly flush the file contents to permanent storage.
+      This may cause the method to run more slowly than in previous releases.
     </p>
 
 </dl><!-- os -->