mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix ok status
This commit is contained in:
parent
4c75fd5f9c
commit
7cfbf1e85f
|
@ -126,7 +126,7 @@ func (wfs *WFS) maybeLoadEntry(fullpath util.FullPath) (*filer_pb.Entry, fuse.St
|
|||
if cacheErr == filer_pb.ErrNotFound {
|
||||
return nil, fuse.ENOENT
|
||||
}
|
||||
return cachedEntry.ToProtoEntry(), fuse.ENOSYS
|
||||
return cachedEntry.ToProtoEntry(), fuse.OK
|
||||
}
|
||||
|
||||
func (option *Option) setupUniqueCacheDirectory() {
|
||||
|
|
Loading…
Reference in a new issue