twaking
This commit is contained in:
@@ -381,13 +381,13 @@ func (dir *Dir) maybeLoadEntry(ctx context.Context) error {
|
|||||||
if dir.entry == nil {
|
if dir.entry == nil {
|
||||||
parentDirPath, name := filer2.FullPath(dir.Path).DirAndName()
|
parentDirPath, name := filer2.FullPath(dir.Path).DirAndName()
|
||||||
entry, err := dir.wfs.maybeLoadEntry(ctx, parentDirPath, name)
|
entry, err := dir.wfs.maybeLoadEntry(ctx, parentDirPath, name)
|
||||||
dir.entry = entry
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
if dir.entry == nil {
|
if entry == nil {
|
||||||
return fuse.ENOENT
|
return fuse.ENOENT
|
||||||
}
|
}
|
||||||
|
dir.entry = entry
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user