From 038f8e49a2d6952256781d144fa1365b12e4d6b9 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Tue, 17 Mar 2015 16:25:14 +1100 Subject: [PATCH] Added a note on the EntryExpiration field. --- file_system.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/file_system.go b/file_system.go index fe7922f..56fc07b 100644 --- a/file_system.go +++ b/file_system.go @@ -406,6 +406,9 @@ type ChildInodeEntry struct { // lookup request. // // Leave at the zero value to disable caching. + // + // Beware: this value is ignored on OS X, where entry caching is disabled by + // default. See notes on MountConfig.EnableVnodeCaching for more. EntryExpiration time.Time }