diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-07-24 09:36:05 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-07-24 09:36:05 -0700 |
| commit | dd29b8c81df9f44de5578acec784a200d185a75d (patch) | |
| tree | 03d926c0006f707d51be917fda713f4fe32c195d | |
| parent | 5788f1f6bf16f42ab31f762441c4bcdf2da3bbb9 (diff) | |
| download | seaweedfs-dd29b8c81df9f44de5578acec784a200d185a75d.tar.xz seaweedfs-dd29b8c81df9f44de5578acec784a200d185a75d.zip | |
fix compilation
| -rw-r--r-- | weed/filesys/wfs.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/weed/filesys/wfs.go b/weed/filesys/wfs.go index f4bf0eadd..e41693048 100644 --- a/weed/filesys/wfs.go +++ b/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 } |
