count lookup or not

This commit is contained in:
chrislu
2022-02-16 16:49:03 -08:00
parent a129bda7d9
commit 6ac066d1dc
6 changed files with 14 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ func (wfs *WFS) Symlink(cancel <-chan struct{}, header *fuse.InHeader, target st
return fuse.EIO
}
inode := wfs.inodeToPath.Lookup(entryFullPath, false)
inode := wfs.inodeToPath.Lookup(entryFullPath, false, true)
wfs.outputPbEntry(out, inode, request.Entry)