Browse Source

fix compilation

pull/1402/head
Chris Lu 4 years ago
parent
commit
dd29b8c81d
  1. 2
      weed/filesys/wfs.go

2
weed/filesys/wfs.go

@ -64,7 +64,6 @@ type WFS struct {
stats statsCache
root fs.Node
fsNodeCache *FsCache
chunkCache *chunk_cache.ChunkCache
metaCache *meta_cache.MetaCache
@ -102,7 +101,6 @@ func NewSeaweedFileSystem(option *Option) *WFS {
})
wfs.root = &Dir{name: wfs.option.FilerMountRootPath, wfs: wfs}
// wfs.fsNodeCache = newFsCache(wfs.root)
return wfs
}

Loading…
Cancel
Save