aboutsummaryrefslogtreecommitdiff
path: root/weed/mount/weedfs.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/mount/weedfs.go')
-rw-r--r--weed/mount/weedfs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/mount/weedfs.go b/weed/mount/weedfs.go
index 68054667f..75a509b5c 100644
--- a/weed/mount/weedfs.go
+++ b/weed/mount/weedfs.go
@@ -55,6 +55,7 @@ type WFS struct {
fs.Inode
option *Option
metaCache *meta_cache.MetaCache
+ stats statsCache
signature int32
}