aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/xattr.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filesys/xattr.go')
-rw-r--r--weed/filesys/xattr.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/weed/filesys/xattr.go b/weed/filesys/xattr.go
index b6bce6978..091a70fa3 100644
--- a/weed/filesys/xattr.go
+++ b/weed/filesys/xattr.go
@@ -111,10 +111,6 @@ func listxattr(entry *filer_pb.Entry, req *fuse.ListxattrRequest, resp *fuse.Lis
func (wfs *WFS) maybeLoadEntry(dir, name string) (entry *filer_pb.Entry, err error) {
fullpath := util.NewFullPath(dir, name)
- entry = wfs.cacheGet(fullpath)
- if entry != nil {
- return
- }
// glog.V(3).Infof("read entry cache miss %s", fullpath)
// read from async meta cache