diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-06-28 10:25:54 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-06-28 10:25:54 -0700 |
| commit | 95a1860d653ad886d4f70d031f8af0c5bf5351d4 (patch) | |
| tree | 6072b880dd1db91c2e08ba5d43e3d87a8a7ed18c /weed/filesys/wfs.go | |
| parent | 6498d0c86b45ff03584c9aaa5c2d0374b60543b6 (diff) | |
| download | seaweedfs-95a1860d653ad886d4f70d031f8af0c5bf5351d4.tar.xz seaweedfs-95a1860d653ad886d4f70d031f8af0c5bf5351d4.zip | |
remove empty calls for list cache
Diffstat (limited to 'weed/filesys/wfs.go')
| -rw-r--r-- | weed/filesys/wfs.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/weed/filesys/wfs.go b/weed/filesys/wfs.go index 41e953af3..6b3ef8f3c 100644 --- a/weed/filesys/wfs.go +++ b/weed/filesys/wfs.go @@ -226,14 +226,6 @@ func (wfs *WFS) Statfs(ctx context.Context, req *fuse.StatfsRequest, resp *fuse. return nil } -func (wfs *WFS) cacheGet(path util.FullPath) *filer_pb.Entry { - return nil -} -func (wfs *WFS) cacheSet(path util.FullPath, entry *filer_pb.Entry, ttl time.Duration) { -} -func (wfs *WFS) cacheDelete(path util.FullPath) { -} - func (wfs *WFS) AdjustedUrl(hostAndPort string) string { if !wfs.option.OutsideContainerClusterMode { return hostAndPort |
