From 308cf97f7e742ef21bb5c98e4d2c3f4cf4cbe18c Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Wed, 12 Aug 2015 02:36:11 +0000 Subject: [PATCH] Described what happens on OS X. --- mount_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mount_config.go b/mount_config.go index 7855a26..61f805b 100644 --- a/mount_config.go +++ b/mount_config.go @@ -48,7 +48,7 @@ type MountConfig struct { // performed. DebugLogger *log.Logger - // Linux only. + // Linux only. OS X always behaves as if writeback caching is disabled. // // By default on Linux we allow the kernel to perform writeback caching // (cf. http://goo.gl/LdZzo1):