mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 11:23:35 +08:00
file set attribute
This commit is contained in:
@@ -116,7 +116,6 @@ func (wfs *WFS) doReadDirectory(input *fuse.ReadIn, out *fuse.DirEntryList, isPl
|
||||
return true
|
||||
}
|
||||
|
||||
// TODO remove this with checking whether directory is not forgotten
|
||||
if err := meta_cache.EnsureVisited(wfs.metaCache, wfs, dirPath); err != nil {
|
||||
glog.Errorf("dir ReadDirAll %s: %v", dirPath, err)
|
||||
return fuse.EIO
|
||||
|
Reference in New Issue
Block a user