Added a note on the EntryExpiration field.

geesefs-0-30-9
Aaron Jacobs 2015-03-17 16:25:14 +11:00
parent 6fe7f54829
commit 038f8e49a2
1 changed files with 3 additions and 0 deletions

View File

@ -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
}