add placeholder for cached meta data reading

This commit is contained in:
Chris Lu
2020-04-21 18:02:08 -07:00
parent 27128c7875
commit b8e4238ad2
5 changed files with 16 additions and 0 deletions

View File

@@ -175,6 +175,7 @@ func RunMount(option *MountOptions, umask os.FileMode) bool {
MountMtime: time.Now(),
Umask: umask,
OutsideContainerClusterMode: *mountOptions.outsideContainerClusterMode,
AsyncMetaDataCaching: *mountOptions.asyncMetaDataCaching,
Cipher: cipher,
}))